Dotclear

Changeset 3954:315a5aa7a8b7 for inc


Ignore:
Timestamp:
12/24/18 11:10:31 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

dcNotices method don't need to be static

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/class.dc.notices.php

    r3932 r3954  
    149149    } 
    150150 
    151     public static function warning($msg, $timestamp = true, $div = false, $echo = true) 
     151    public function warning($msg, $timestamp = true, $div = false, $echo = true) 
    152152    { 
    153153        return $this->message($msg, $timestamp, $div, $echo, "warning-msg"); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map