aboutsummaryrefslogtreecommitdiffstats
path: root/mod/wall_upload.php
diff options
context:
space:
mode:
authorolivierm <olivier@migeot.org>2011-03-08 14:39:26 +0100
committerolivierm <olivier@migeot.org>2011-03-08 14:39:26 +0100
commit25c674b73a5ec39a9826906aed3e35e77d72e392 (patch)
treedc17e0d8f5dc899ccfa9e0239fe7623c43a95d49 /mod/wall_upload.php
parent07ebc15612807512422ba84060914c5c4c853102 (diff)
parentc248b28f922603ec135fea903a9ec3f0ef63c935 (diff)
downloadvolse-hubzilla-25c674b73a5ec39a9826906aed3e35e77d72e392.tar.gz
volse-hubzilla-25c674b73a5ec39a9826906aed3e35e77d72e392.tar.bz2
volse-hubzilla-25c674b73a5ec39a9826906aed3e35e77d72e392.zip
Merge remote branch 'mike/master'
Diffstat (limited to 'mod/wall_upload.php')
-rw-r--r--mod/wall_upload.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/wall_upload.php b/mod/wall_upload.php
index ab06b4b2d..b5725311d 100644
--- a/mod/wall_upload.php
+++ b/mod/wall_upload.php
@@ -101,5 +101,5 @@ function wall_upload_post(&$a) {
echo '<br /><br /><a href="' . $a->get_baseurl() . '/photos/' . $page_owner_nick . '/image/' . $hash . '" ><img src="' . $a->get_baseurl() . "/photo/{$hash}-{$smallest}.jpg\" alt=\"$basename\" /></a><br /><br />";
killme();
- return; // NOTREACHED
-} \ No newline at end of file
+ // NOTREACHED
+}