Ignore:
Timestamp:
Mar 7, 2011, 3:49:55 PM (13 years ago)
Author:
plg
Message:

bug fixed: do not display the upload link in the menubar if you can create top level albums or if there is no albums for upload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/community/main.inc.php

    r9537 r9563  
    128128  $user_permissions = community_get_user_permissions($user['id']);
    129129 
    130   if (!$user_permissions['upload_whole_gallery'] and count($user_permissions['upload_categories']) == 0)
     130  if (count($user_permissions['upload_categories']) == 0 and !$user_permissions ['create_whole_gallery'])
    131131  {
    132132    return;
Note: See TracChangeset for help on using the changeset viewer.