From: rabuzarus <> Date: Sun, 31 May 2015 23:36:37 +0000 (+0200) Subject: fix Issue #1638 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a674e782b2e2c0f5c17595d54deeda11143a1194;p=friendica.git fix Issue #1638 --- diff --git a/mod/photos.php b/mod/photos.php index bd23cf104f..02ae0e76d2 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -84,7 +84,7 @@ function photos_init(&$a) { 'recent' => t('Recent Photos'), '$albums' => $albums['albums'], '$baseurl' => z_root(), - '$upload' => array( t('Upload New Photos'), $a->get_baseurl() . '/photos/' . $a->data['user']['nickname'] . '/upload/' . bin2hex($album)), + '$upload' => array( t('Upload New Photos'), $a->get_baseurl() . '/photos/' . $a->data['user']['nickname'] . '/upload'), '$can_post' => $can_post )); }