This commit is contained in:
rabuzarus 2015-06-01 01:36:37 +02:00
parent afd1e0e6d0
commit a674e782b2
1 changed files with 1 additions and 1 deletions

View 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
));
}