Bug fix in method loadVorlagetext

This commit is contained in:
bison-paolo
2016-11-10 16:12:54 +01:00
parent 829e8d7c2b
commit f13985620c
+1 -1
View File
@@ -144,7 +144,7 @@ class VorlageLib
$vorlage = $this->ci->VorlageStudiengangModel->loadWhere($queryParameters);
// If the searched template was not found
if (hasData($vorlage))
if (!hasData($vorlage))
{
$vorlage = $this->ci->organisationseinheitlib->treeSearch(
'public',