Changeset 6478 for trunk


Ignore:
Timestamp:
06/13/12 15:01:51 (12 years ago)
Author:
leticiabohnert
Message:

Ticket #2851 - Corrigido erro na função que verifica a permissão do usuário.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/inc/class.so_userinterface.inc.php

    r6477 r6478  
    257257                /* the user is an administrator */ 
    258258                if ($this->isAdmin) 
    259                         $this->$authorized=true; 
     259                        $this->authorized=true; 
    260260 
    261261                if (!is_numeric($organizationID)) 
Note: See TracChangeset for help on using the changeset viewer.