]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Avatar.php
Localisation updates from translatewiki.net
[quix0rs-gnu-social.git] / classes / Avatar.php
index 5e8b315fe6b419998b3617710d8f01baa8584651..64f105179c85c24358c9e83f19dcdce6e9676a00 100644 (file)
@@ -81,7 +81,7 @@ class Avatar extends Memcached_DataObject
         if (empty($server)) {
             $server = common_config('site', 'server');
         }
-
+        common_debug('path = ' . $path);
         // XXX: protocol
 
         return 'http://'.$server.$path.$filename;