Ignore:
Timestamp:
Aug 24, 2017 4:27:34 PM (7 years ago)
Author:
anonymous
Message:

Add additional clearings to logout service. Add logging to clear methods.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Prefs.inc.php

    r579 r611  
    397397    public function clear($scope='all')
    398398    {
     399        $app =& App::getInstance();
     400
    399401        switch ($scope) {
    400402        case 'all' :
     
    428430            break;
    429431        }
     432
     433        $app->logMsg(sprintf('Cleared %s %s prefs', $scope, $this->_ns), LOG_DEBUG, __FILE__, __LINE__);
    430434    }
    431435
Note: See TracChangeset for help on using the changeset viewer.