Ignore:
Timestamp:
Jun 1, 2006 7:42:53 AM (18 years ago)
Author:
scdev
Message:

Q - Finished integrating singleton methods into existing code. Renamed SessionCache? to Cache, and renamed methods in Cache and Prefs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0singleton/lib/Upload.inc.php

    r128 r135  
    9696    {
    9797        $app =& App::getInstance();
    98 
     98   
    9999        if (isset($this->_params[$param])) {
    100100            return $this->_params[$param];
    101101        } else {
    102             $app->logMsg(sprintf('Parameter is not set: %s', $param), LOG_DEBUG, __FILE__, __LINE__);
     102            $app->logMsg(sprintf('Parameter is not set: %s', $param), LOG_NOTICE, __FILE__, __LINE__);
    103103            return null;
    104104        }
Note: See TracChangeset for help on using the changeset viewer.