From 9bfc33a4e7b446dae5dd8491f5fdc9986c824bcc Mon Sep 17 00:00:00 2001 From: e107steved Date: Sun, 20 Jul 2008 17:12:04 +0000 Subject: [PATCH] Bugtracker #4463 - non-existent language file called --- e107_plugins/content/handlers/content_form_class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e107_plugins/content/handlers/content_form_class.php b/e107_plugins/content/handlers/content_form_class.php index b67799258..e279ab826 100644 --- a/e107_plugins/content/handlers/content_form_class.php +++ b/e107_plugins/content/handlers/content_form_class.php @@ -12,9 +12,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/content/handlers/content_form_class.php,v $ -| $Revision: 1.18 $ -| $Date: 2007-05-29 20:14:51 $ -| $Author: lisa_ $ +| $Revision: 1.19 $ +| $Date: 2008-07-20 17:12:04 $ +| $Author: e107steved $ +---------------------------------------------------------------+ */ @@ -1714,7 +1714,7 @@ class contentform{ function show_options(){ global $sql2, $ns, $rs, $aa, $plugintable, $plugindir, $tp, $content_shortcodes, $stylespacer, $pref, $row, $content_pref, $CONTENT_ADMIN_OPTIONS_START, $CONTENT_ADMIN_OPTIONS_TABLE, $CONTENT_ADMIN_OPTIONS_END; - include_lan($plugindir."languages/".e_LANGUAGE."/lan_content_options.php"); +// include_lan($plugindir."languages/".e_LANGUAGE."/lan_content_options.php"); $text = $tp -> parseTemplate($CONTENT_ADMIN_OPTIONS_START, FALSE, $content_shortcodes);