mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
Cleanup & CSS
This commit is contained in:
@@ -502,12 +502,12 @@ class Student extends FHC_Controller
|
||||
}
|
||||
|
||||
// TODO(chris): DEBUG
|
||||
$result = $this->PrestudentModel->loadWhere([
|
||||
/*$result = $this->PrestudentModel->loadWhere([
|
||||
'pestudent_id' => 1
|
||||
]);
|
||||
if (isError($result)) {
|
||||
return $result;
|
||||
}
|
||||
}*/
|
||||
|
||||
return success(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user