From e537c0e00acd0f9d27304fc8debb054ad9f5c8ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Wed, 15 Jan 2020 08:04:18 +0100 Subject: [PATCH] Fixed Errorhandling for Phrases --- application/controllers/system/Phrases.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/system/Phrases.php b/application/controllers/system/Phrases.php index fc9afd432..f589eaeb2 100644 --- a/application/controllers/system/Phrases.php +++ b/application/controllers/system/Phrases.php @@ -161,7 +161,7 @@ class Phrases extends Auth_Controller $phrase_inhalt = $this->phraseslib->insertPhraseinhalt($data); if ($phrase_inhalt->error) - show_error(getError($phrase_inhalt0); + show_error(getError($phrase_inhalt); $phrase_inhalt_id = $phrase_inhalt->retval;