Add source file to logs

This commit is contained in:
2019-10-06 10:17:07 +02:00
parent 11a2045844
commit 76346ecce8
6 changed files with 6 additions and 7 deletions

View File

@@ -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);
}