bug fixes.

This commit is contained in:
Qiang Xue
2013-03-25 19:37:42 -04:00
parent 379e48a4c6
commit 80dbaaca8b
4 changed files with 14 additions and 5 deletions

View File

@@ -183,7 +183,7 @@ $title = $context->htmlEncode($exception instanceof \yii\base\Exception || $exce
<div class="version">
<?php echo date('Y-m-d H:i:s', time())?>
<?php echo YII_DEBUG ? $context->versionInfo : ''?>
<?php echo YII_DEBUG ? $context->getVersionInfo() : ''?>
</div>
</div>