Skip to content

Commit

Permalink
Fixed issue: Installation not starting
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Nov 20, 2012
1 parent 2069b7a commit cfb0f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/core/LSYii_Application.php
Expand Up @@ -30,7 +30,7 @@ public function __construct($config = null)
{
if (is_string($config) && !file_exists($config))
{
$config = APPPATH . 'config/config-sample' . EXT;
$config = APPPATH . 'config/config-sample-mysql' . EXT;
}
if(is_string($config)) {
$config = require($config);
Expand Down

0 comments on commit cfb0f69

Please sign in to comment.