diff --git a/module/action/model.php b/module/action/model.php index 56fc7883e7..c08f532322 100755 --- a/module/action/model.php +++ b/module/action/model.php @@ -734,8 +734,7 @@ class actionModel extends model elseif($action->action == 'createmr' and strpos($action->extra, '::') !== false) { list($mrCreatedDate, $mrActor, $mrLink) = explode('::', $action->extra); - $MRCreateAction = sprintf($this->lang->mr->createAction, $mrCreatedDate, $mrActor, $mrLink); - $desc = $MRCreateAction; + $desc = sprintf($this->lang->mr->createAction, $mrCreatedDate, $mrActor, $mrLink); } elseif(isset($this->config->maxVersion) and strpos($this->config->action->assetType, $action->objectType) !== false and $action->action == 'approved') {