diff options
Diffstat (limited to '')
-rw-r--r-- | include/template.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/template.class.php b/include/template.class.php index 4f33a3569..6cba4984f 100644 --- a/include/template.class.php +++ b/include/template.class.php @@ -353,7 +353,6 @@ class Template { } $this->smarty->assign( 'ROOT_URL', get_root_url() ); - $this->smarty->assign( 'TAG_INPUT_ENABLED', ''); $save_compile_id = $this->smarty->compile_id; $this->load_external_filters($handle); |