* Fix code error.

This commit is contained in:
Yagami
2019-07-17 10:36:01 +08:00
parent b66672a42b
commit 276bb44453
+1 -1
View File
@@ -62,7 +62,7 @@
<?php echo $this->fetch('file', 'printFiles', array('files' => $story->files, 'fieldset' => 'true'));?>
<?php $actionFormLink = $this->createLink('action', 'comment', "objectType=story&objectID=$story->id");?>
</div>
<?php if(isset($this->config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, ,$story, 'div', "position=left&divCell=true");?>
<?php if(isset($this->config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, $story, 'div', "position=left&divCell=true");?>
<div class="cell"><?php include '../../common/view/action.html.php';?></div>
<div class='main-actions'>
<div class="btn-toolbar">