aboutsummaryrefslogtreecommitdiffstats
path: root/mod/wall_upload.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-17 20:52:18 -0700
committerFriendika <info@friendika.com>2011-08-17 20:52:18 -0700
commitc30f523c6200ef84c506940b5f86b49ff2c7cf6e (patch)
tree2f9787a5040cd679bc212094748eb02ab41239bb /mod/wall_upload.php
parentff723caae3208b6f6da555d2a5b8375b4d74fd73 (diff)
downloadvolse-hubzilla-c30f523c6200ef84c506940b5f86b49ff2c7cf6e.tar.gz
volse-hubzilla-c30f523c6200ef84c506940b5f86b49ff2c7cf6e.tar.bz2
volse-hubzilla-c30f523c6200ef84c506940b5f86b49ff2c7cf6e.zip
more d* infrastructure for relaying signed messages and storing non-connected people details
Diffstat (limited to 'mod/wall_upload.php')
-rw-r--r--mod/wall_upload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/wall_upload.php b/mod/wall_upload.php
index dd2197d7c..b34f2cf6b 100644
--- a/mod/wall_upload.php
+++ b/mod/wall_upload.php
@@ -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);