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