From e0f5ccd0e723ef16d1ac26fbe55ea0925603964a Mon Sep 17 00:00:00 2001 From: Luciano Baraglia Date: Sun, 26 May 2013 19:22:40 -0300 Subject: [PATCH] Removed dot from framework path --- requirements.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.php b/requirements.php index c075760..c9e6493 100644 --- a/requirements.php +++ b/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 '

Error

';