more d* infrastructure for relaying signed messages and storing non-connected people details

This commit is contained in:
Friendika
2011-08-17 20:52:18 -07:00
parent ff723caae3
commit c30f523c62
5 changed files with 52 additions and 9 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ function wall_upload_post(&$a) {
if(($maximagesize) && ($filesize > $maximagesize)) {
echo sprintf( t('Image exceeds size limit of %d'), $maximagesize) . EOL;
@unlink($src);
return;
killme();
}
$imagedata = @file_get_contents($src);