mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
added workaround to convert pgsql arrays to php arrays to another method
This commit is contained in:
@@ -62,6 +62,9 @@ class Dokumentstudiengang extends APIv1_Controller
|
||||
{
|
||||
$result = $this->DokumentstudiengangModel->getDokumentstudiengangByStudiengang_kz($studiengang_kz, $onlinebewerbung, $pflicht);
|
||||
|
||||
// Workaround
|
||||
$result = $this->escapeArrays($result, array('bezeichnung_mehrsprachig', 'dokumentbeschreibung_mehrsprachig'));
|
||||
|
||||
$this->response($result, REST_Controller::HTTP_OK);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user