mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 14:32:18 +00:00
Bug fix in method loadVorlagetext
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user