Changeset 7918 for branches/2.5


Ignore:
Timestamp:
02/28/13 09:12:22 (11 years ago)
Author:
douglas
Message:

Ticket #3357 - Verificar inconsistência ao Criar evento sem adicionar participantes e editar lembretes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/prototype/modules/calendar/interceptors/Notifications.php

    r7358 r7918  
    3434        if (Config::regGet('noAlarm') !== false) 
    3535            return; //Escapa notificações caso a flag de noAlarm esteja ativa. 
     36  
     37  
    3638 
    3739        $organizers = array(); //Cache Organizadores 
     
    9799            $psUpdated = Controller::find(array('concept' => 'participant'), false, array('deepness' => '1', 'filter' => array('IN', 'id', $updated))); 
    98100 
     101  
    99102            foreach ($psUpdated as $i => $pUpdated) { 
    100                 if ($pUpdated['isOrganizer'] == '1' && $pUpdated['delegateFrom'] == '0'){ 
     103                if ($pUpdated['isOrganizer'] == '1' && $pUpdated['delegatedFrom'] == '0'){ 
    101104                    continue; //escapa organizador 
    102105        } 
Note: See TracChangeset for help on using the changeset viewer.