API Calls codeception

Fixed translations
This commit is contained in:
paolo
2016-04-22 14:44:40 +02:00
parent 346b8c82e1
commit f6f533a23b
11 changed files with 85 additions and 15 deletions
+1 -1
View File
@@ -729,7 +729,7 @@ class studienplan extends Plan_model
*/
function getStudienplaene($studiengang_kz)
{
$qry = str_replace('?', $this->db_add_param($studiengang_kz, FHC_INTEGER), $this->_curriculaQuery);
$qry = str_replace('?', $this->db_add_param($studiengang_kz, FHC_INTEGER), $this->_planQuery);
if($result = $this->db_query($qry))
{