]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
return attachement from saveHTMLFile()
authorEvan Prodromou <evan@status.net>
Thu, 25 Feb 2010 03:26:40 +0000 (22:26 -0500)
committerEvan Prodromou <evan@status.net>
Thu, 25 Feb 2010 03:26:40 +0000 (22:26 -0500)
plugins/OStatus/classes/Ostatus_profile.php

index e9c77654dd4f5ce82691eca07b60f9456283286b..300e38c05d530ed4ee3750e63a54d9ee7ae5e6be 100644 (file)
@@ -1445,5 +1445,7 @@ class Ostatus_profile extends Memcached_DataObject
             common_log_db_error($file, "INSERT", __FILE__);
             throw new ServerException(_('Could not store HTML content of long post as file.'));
         }
+
+        return $file;
     }
 }