diff --git a/extension/lite/story/ext/view/edit.html.php b/extension/lite/story/ext/view/edit.html.php index eef7e20595..9f850c9087 100644 --- a/extension/lite/story/ext/view/edit.html.php +++ b/extension/lite/story/ext/view/edit.html.php @@ -80,7 +80,7 @@ status) !== false ? html::textarea('spec', htmlSpecialString($story->spec), "rows='5' class='form-control'") : $story->spec;?> - status) === false and empty($files) ? false : true;?> + status) === false and empty($files)) ? false : true;?>
attatch;?>
diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php index d6c1cf8cc3..e28b9d8f26 100644 --- a/module/story/view/edit.html.php +++ b/module/story/view/edit.html.php @@ -85,7 +85,7 @@ status) !== false ? html::textarea('verify', htmlSpecialString($story->verify), "rows='5' class='form-control'") : $story->verify;?>
- status) === false and empty($files) ? false : true;?> + status) === false and empty($files)) ? false : true;?>
attatch;?>