Dotclear


Ignore:
Timestamp:
12/17/16 18:31:53 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Usual oups as usual, actually :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.dc.page.php

    r3457 r3458  
    271271               $notice_error = $core->callBehavior('adminPageNotificationError',$core->error); 
    272272 
    273                if (!empty($notice_error)) { 
     273               if (isset($notice_error) && !empty($notice_error)) { 
    274274                    $res .= $notice_error; 
    275275               } else { 
     
    288288                    $notice = $core->callBehavior('adminPageNotification',$notification); 
    289289 
    290                     $res = (!empty($notice) ? $notice : self::getNotification($notification)); 
     290                    $res .= (isset($notice) && !empty($notice) ? $notice : self::getNotification($notification)); 
    291291               } 
    292292               unset($_SESSION['notifications']); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map