We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 file:
bootstrap.php
/** * 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
The text was updated successfully, but these errors were encountered:
Oops! I can get to these this weekend or you can send a pull request :)
Sorry, something went wrong.
No branches or pull requests
Modules are being loaded twice in
bootstrap.php
file: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
The text was updated successfully, but these errors were encountered: