diff --git a/module/design/control.php b/module/design/control.php index 38534b115b..1ef8b05dc4 100644 --- a/module/design/control.php +++ b/module/design/control.php @@ -77,7 +77,7 @@ class design extends control /* Print top and right actions. */ $this->lang->TRActions = '
'; - if($this->config->maxVersion) + if($this->config->maxVersion and common::hasPriv('design', 'submit')) { $this->lang->TRActions .= '
'; $this->lang->TRActions .= html::a($this->createLink('design', 'submit', "productID=$productID", '', true), " {$this->lang->design->createReview}", '', "class='btn btn-secondary iframe'");