Skip to content

Commit

Permalink
Add modules path to install script as well
Browse files Browse the repository at this point in the history
See also 9ff76fc
  • Loading branch information
aaronschmitz committed Aug 19, 2012
1 parent 1018ccc commit 539f556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/InstallerController.php
Expand Up @@ -970,6 +970,7 @@ function _writeConfigFile()
."\t\t" . "'application.core.*'," . "\n"
."\t\t" . "'application.models.*'," . "\n"
."\t\t" . "'application.controllers.*'," . "\n"
."\t\t" . "'application.modules.*'," . "\n"
."\t" . ")," . "\n"
."\t" . "" . "\n"

Expand Down

1 comment on commit 539f556

@c-schmitz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please mind the commit messsage format.

Please sign in to comment.