Ignore:
Timestamp:
05/18/12 11:39:39 (12 years ago)
Author:
viani
Message:

Ticket #2760 - Forçar display_erros off na execução de atividades do workflow

File:
1 edited

Legend:

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

    r3281 r6231  
    438438                                ini_set('display_errors',true); 
    439439                                error_reporting(E_ALL & ~E_NOTICE); 
     440                        } else { 
     441                                ini_set('display_errors',false); 
    440442                        } 
    441443 
     
    726728                                ini_set('display_errors',true); 
    727729                                error_reporting(E_ALL & ~E_NOTICE); 
     730                        } else { 
     731                                ini_set('display_errors',false); 
    728732                        } 
    729733 
Note: See TracChangeset for help on using the changeset viewer.