Ignore:
Timestamp:
05/24/12 16:26:24 (12 years ago)
Author:
acoutinho
Message:

Ticket #2795 - Problema ao tentar aceitar convite da agenda para a conta compartilhada

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/interceptors/DBMapping.php

    r6286 r6295  
    819819        //Veirifica pois o usuário pode ter varias assinaturas mas não ser dona de nenhuma 
    820820        if (count($result) > 0) { 
    821             foreach ($result as $key) { 
    822                 if ($key['isOwner'] != 0) 
     821            foreach ($result as $value) { 
     822                if (isset($value['isOwner']) && $value['isOwner'] != 0) 
    823823                    $isValidSignature = true; 
    824824            } 
Note: See TracChangeset for help on using the changeset viewer.