Add source file to logs
This commit is contained in:
@@ -19,7 +19,7 @@ class Auth extends PhpObject
|
||||
|
||||
public function __construct($oDb, $sApiKey='', $bAutoLogin=true)
|
||||
{
|
||||
parent::__construct(__CLASS__, Settings::DEBUG);
|
||||
parent::__construct(__FILE__, Settings::DEBUG);
|
||||
$this->oDb = $oDb;
|
||||
$this->setUserId(0);
|
||||
$this->sApiKey = $sApiKey;
|
||||
|
||||
Reference in New Issue
Block a user