Member
Member
svs   2011-07-18, 00:41
#1

Hello,

as I am not sure if this is a bug or me being wrong, but : when I try to add photos, I have the list of photos, but no upload button, whether it is in flash or http mode. And yes, I am looged as admin.

Chrome Inspection shows following line :

why style="display:none" ???

Also, in admin-upload.php there is

if (empty($passedalbum)) {
$modified_rights = MANAGED_OBJECT_RIGHTS_EDIT; }
else
{ $rightsalbum = $rightsalbum = new Album($gallery, $passedalbum);
$modified_rights = $rightsalbum->albumSubRights(); }

Should it not be
$rightsalbum = new Album($gallery, $passedalbum);
instead of
$rightsalbum = $rightsalbum =
???

this is on the last trunk

Thanks, and sorry if I posted wrongly.
Best !

Member
Member
sbillard   2011-07-18, 02:38
#2

I see that you have discovered the solution on your own. Congratulations.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.