sforkowany z mirror/friendica
fix Issue #1638
rodzic
afd1e0e6d0
commit
a674e782b2
|
@ -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
|
||||
));
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue