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 :
<p class="buttons" id="fileUploadbuttons" style="display: none;">
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 !
Comments