Dotclear

Changeset 3074:594a1d72c352


Ignore:
Timestamp:
08/15/15 11:44:58 (9 years ago)
Author:
Gvx <gvx@…>
Branch:
default
Message:

Cleaned unnecessary code

Location:
inc
Files:
2 edited

Legend:

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

    r3060 r3074  
    196196          $res = ''; 
    197197          if (isset($_SESSION['notifications'])) { 
    198                $notifications = $_SESSION['notifications']; 
    199198               foreach ($_SESSION['notifications'] as $notification) { 
    200199                    $res .= self::getNotification($notification); 
  • inc/core/class.dc.error.php

    r2566 r3074  
    3030     /** @var string HTML error item pattern */ 
    3131     protected $html_item = "<li>%s</li>\n"; 
    32  
    33      /** 
    34      * Object constructor. 
    35      */ 
    36      public function __construct() 
    37      { 
    38           $this->code = 0; 
    39           $this->msg = ''; 
    40      } 
    4132 
    4233     /** 
Note: See TracChangeset for help on using the changeset viewer.

Sites map