From f08f85afe2972c24e2828445f09ffb2acafd7814 Mon Sep 17 00:00:00 2001 From: Stefan Puraner Date: Mon, 4 Jul 2016 11:48:10 +0200 Subject: [PATCH] fixed table name --- application/config/fhcomplete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/fhcomplete.php b/application/config/fhcomplete.php index 992737b60..25d6d9b1d 100755 --- a/application/config/fhcomplete.php +++ b/application/config/fhcomplete.php @@ -199,7 +199,7 @@ $config['fhc_acl'] = array 'system.tbl_berechtigung' => 'basis/berechtigung', 'system.tbl_cronjob' => 'basis/cronjob', 'system.tbl_phrase' => 'system/phrase', - 'system.tbl_phrase_inhalt' => 'system/phrase', + 'system.tbl_phrasentext' => 'system/phrase', 'system.tbl_rolle' => 'basis/rolle', 'system.tbl_rolleberechtigung' => 'basis/rolleberechtigung', 'system.tbl_server' => 'basis/server',