Changeset 536


Ignore:
Timestamp:
Aug 4, 2015 1:50:27 AM (9 years ago)
Author:
anonymous
Message:

Fixed regression

File:
1 edited

Legend:

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

    r534 r536  
    544544
    545545        if (!$this->getParam('enable_session')) {
    546             $this->logMsg(sprintf('Canceled %s, session not enabled.', ≠), LOG_NOTICE, __FILE__, __LINE__);
     546            $this->logMsg(sprintf('Canceled %s, session not enabled.', __METHOD__), LOG_NOTICE, __FILE__, __LINE__);
    547547            return false;
    548548        }
Note: See TracChangeset for help on using the changeset viewer.