]> git.mxchange.org Git - friendica.git/commitdiff
fix Issue #1638
authorrabuzarus <>
Sun, 31 May 2015 23:36:37 +0000 (01:36 +0200)
committerrabuzarus <>
Sun, 31 May 2015 23:36:37 +0000 (01:36 +0200)
mod/photos.php

index bd23cf104f2fa7d282918abbde39d0eb861f4238..02ae0e76d24181233f1e955024fe4b2c4772cc78 100644 (file)
@@ -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
                         ));
                 }