diff --git a/module/action/ui/comment.html.php b/module/action/ui/comment.html.php index c1c33eefea..6ba25b98d1 100644 --- a/module/action/ui/comment.html.php +++ b/module/action/ui/comment.html.php @@ -24,6 +24,6 @@ form ( set::name('actioncomment') ), - $objectType != 'story' ? fileSelector() : null, + !in_array($objectType, array('story', 'doctemplate')) ? fileSelector() : null, set::actions($actions) );