Skip to content

Commit

Permalink
Merge pull request concretecms#1551 from mkly/fix_reinstall_cli
Browse files Browse the repository at this point in the history
Fix reinstall flag in cli
  • Loading branch information
aembler committed Dec 14, 2013
2 parents f287aea + 9b141e8 commit 42b2aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/install-concrete5.php
Expand Up @@ -155,7 +155,7 @@

## Load session handlers
require($corePath . '/startup/session.php');
if ($reinstall === 'yes') {
if ($config['reinstall'] === 'yes') {
require($corePath . '/config/app.php');

// Remove all files from the files directory
Expand Down

0 comments on commit 42b2aea

Please sign in to comment.