* Fix bug #26839.
This commit is contained in:
@@ -1540,7 +1540,11 @@ class actionModel extends model
|
||||
if($action->objectType == 'story')
|
||||
{
|
||||
$story = $this->loadModel('story')->getByID($action->objectID);
|
||||
if(!empty($story)) $moduleName = $story->type;
|
||||
if(!empty($story))
|
||||
{
|
||||
$moduleName = $story->type;
|
||||
$action->objectLink = helper::createLink('story', 'view', "id=$story->id&version=0¶m=0&storyType=$story->type");
|
||||
}
|
||||
}
|
||||
|
||||
if($action->objectType == 'doclib')
|
||||
|
||||
Reference in New Issue
Block a user