quickapps / cms

Modular CMS powered by CakePHP
GNU General Public License v3.0
164 stars 69 forks source link

possible variable typo in `bootstrap_site.php` #133

Closed cwbit closed 8 years ago

cwbit commented 8 years ago

Hi! Was just poking thru source and noticed an if(..) checking for $clasLoader instead of $classLoader (clas instead of class) - I wasn't sure if this was a snafu so I wanted to create an issue just in case - the issue can be seen here

botchris commented 8 years ago

You are right, it should be $classLoader. This line allow to use a custom class loader, which is almost never... so it is not critical at all unless you are planning to a custom loader instead of default omposer's.

Thanks for reporting it, we'll solve this ASAP.

cwbit commented 8 years ago

cool - no sweat

thanks for making the project open source!