mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 08:52:21 +00:00
bugfix phrases tabulator, refactor Prestudent.js using FHCAPI_CONTROLLER
This commit is contained in:
@@ -13,7 +13,7 @@ class Prestudent extends FHC_Controller
|
||||
// Load Libraries
|
||||
$this->load->library('AuthLib');
|
||||
$this->load->library('VariableLib', ['uid' => getAuthUID()]);
|
||||
$this->load->library('PermissionLib');
|
||||
|
||||
|
||||
// Load language phrases
|
||||
$this->loadPhrases([
|
||||
@@ -65,7 +65,7 @@ class Prestudent extends FHC_Controller
|
||||
return $this->outputJson($result);
|
||||
}
|
||||
|
||||
//TODO(Manu) neuer API Controller
|
||||
//TODO(Manu) API Controller
|
||||
$_POST = json_decode(utf8_encode($this->input->raw_input_stream), true);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user