return attachement from saveHTMLFile()

This commit is contained in:
Evan Prodromou 2010-02-24 22:26:40 -05:00
parent b08a527139
commit 374c488cf1
1 changed files with 2 additions and 0 deletions

View 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;
}
}