Browse Source

Merge pull request #420 from lucianobaraglia/master

Removed dot in path
tags/2.0.0-beta
Qiang Xue 12 years ago
parent
commit
3b6ebbcd1a
  1. 2
      apps/basic/requirements.php

2
apps/basic/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>';

Loading…
Cancel
Save