This commit is contained in:
Paminger
2016-06-17 23:12:07 +02:00
parent 7aea047537
commit b5d14fb59f
+1 -1
View File
@@ -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)