mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
BugFix
This commit is contained in:
@@ -100,7 +100,7 @@ class Templates extends FHC_Controller
|
||||
$vorlage_kurzbz = $this->input->post('vorlage_kurzbz', TRUE);
|
||||
$data = array
|
||||
(
|
||||
'vorlage_kurzbz' => $vorlage_kurzbz;
|
||||
'vorlage_kurzbz' => $vorlage_kurzbz
|
||||
);
|
||||
$vorlagetext = $this->vorlagelib->insertVorlagetext($data);
|
||||
if ($vorlage->error)
|
||||
|
||||
Reference in New Issue
Block a user