Ignore:
Timestamp:
10/20/09 15:25:12 (15 years ago)
Author:
fpcorrea
Message:

Ticket #597 - Alterando trecho hardcode do código de compartilhamento de arquivos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/filemanager/inc/class.uifilemanager.inc.php

    r1508 r1519  
    341341                        $acl = array(); 
    342342                        $groups = array(); 
    343                         $acl = $GLOBALS['phpgw']->acl->get_ids_for_location('1012',1,'filemanager'); 
     343                        $acl = $GLOBALS['phpgw']->acl->get_ids_for_location($GLOBALS['phpgw_info']['user']['account_id'],1,'filemanager'); 
    344344                        if (is_array($acl)) 
    345345                                foreach($acl as $key => $value){ 
Note: See TracChangeset for help on using the changeset viewer.