Add source file to logs
This commit is contained in:
@@ -15,7 +15,7 @@ class Course extends PhpObject {
|
||||
|
||||
public function __construct(Db &$oDb, $iCourseId=0)
|
||||
{
|
||||
parent::__construct(__CLASS__, Settings::DEBUG);
|
||||
parent::__construct(__FILE__, Settings::DEBUG);
|
||||
$this->oDb = &$oDb;
|
||||
$this->setCourseId($iCourseId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user