diff options
Diffstat (limited to 'app/view/templates/editleftbar.php')
-rw-r--r-- | app/view/templates/editleftbar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/editleftbar.php b/app/view/templates/editleftbar.php index 7a2a40b..8da25c3 100644 --- a/app/view/templates/editleftbar.php +++ b/app/view/templates/editleftbar.php @@ -106,7 +106,7 @@ <?php } else { foreach($art->templateoptions() as $option) { - if($option != 'externalsavascript') { + if($option != 'externaljavascript') { echo '<input type="hidden" name="templateoptions[]" value="'.$option.'">'; } } |