Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modules are being loaded twice in bootstrap.php #9

Open
taai opened this issue Jun 15, 2013 · 1 comment
Open

Modules are being loaded twice in bootstrap.php #9

taai opened this issue Jun 15, 2013 · 1 comment

Comments

@taai
Copy link

taai commented Jun 15, 2013

Modules are being loaded twice in bootstrap.php file:

/**
 * Enable modules. Modules are referenced by a relative or absolute path.
 */
Kohana::modules(Kohana::$config->load('modules')->as_array());

This occurs in two places:
https://github.com/Zeelot/kohana-projecttemplate/blob/1.0/develop/application/bootstrap.php#L138
and
https://github.com/Zeelot/kohana-projecttemplate/blob/1.0/develop/application/bootstrap.php#L163

@zeelot
Copy link
Owner

zeelot commented Jun 17, 2013

Oops! I can get to these this weekend or you can send a pull request :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants