Changeset 1536

Show
Ignore:
Timestamp:
02/02/08 21:23:13 (6 months ago)
Author:
renato
Message:

Removing little php warning in profile_photo.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/profile_photo/lib.php

    r1266 r1536  
    1818    function profile_photo_user_publish($object_type, $event, $object) { 
    1919        global $data; 
    20         if ($object_type == "user" && $event == "publish" && is_array($data['profile:details']) && !empty($data['profile:details'])) { 
     20        if ($object_type == "user" && $event == "publish" && isset($data['profile:details']) && is_array($data['profile:details']) && !empty($data['profile:details'])) { 
    2121            foreach($data['profile:details'] as $profileitem) { 
    2222                if ($profileitem->field_type == "profile_photo") {