Dotclear


Ignore:
Timestamp:
07/10/15 17:42:16 (10 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

class_exists function param is a string not a class name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.pager.php

    r3044 r3048  
    389389               $filters = array(); 
    390390               if ($spam) { 
    391                     if (class_exists(dcAntispam)) { 
     391                    if (class_exists('dcAntispam')) { 
    392392                         dcAntispam::initFilters(); 
    393393                         $fs = dcAntispam::$filters->getFilters(); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map