Plugin Directory

Changeset 2303451


Ignore:
Timestamp:
05/12/2020 12:30:48 PM (6 years ago)
Author:
munger41
Message:

bug fix : https://wordpress.org/support/topic/php-warning-error-8/#post-12818252

File:
1 edited

Legend:

Unmodified
Added
Removed
  • maxicharts/trunk/mcharts_utils.php

    r2278597 r2303451  
    9494           
    9595            self::$maxicharts_logger = Logger::getLogger("maxicharts");
    96             $msg = "Logger initialized at level " . MAXICHARTS_DEBUG_LEVEL . " to file : " . $logFilesPath;
     96            $msg = "Logger initialized at level " . self::$maxicharts_log_level . " to file : " . $logFilesPath;
    9797            maxicharts_log($msg);
    9898            // maxicharts_log ( $logFilesPath );
Note: See TracChangeset for help on using the changeset viewer.