浏览代码

Removed dot from framework path

Luciano Baraglia 12 年之前
父节点
当前提交
e0f5ccd0e7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      requirements.php

+ 1 - 1
requirements.php

@@ -11,7 +11,7 @@
  */
 
 // you may need to adjust this path to the correct Yii framework path
-$frameworkPath = dirname(__FILE__) . '/vendor/yiisoft/yii2/yii.';
+$frameworkPath = dirname(__FILE__) . '/vendor/yiisoft/yii2/yii';
 
 if (!is_dir($frameworkPath)) {
 	echo '<h1>Error</h1>';