file_exists does not work with the include path, so we need to switch to include_once...
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 16 Aug 2006 05:50:09 +0000 (05:50 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 16 Aug 2006 05:50:09 +0000 (05:50 +0000)
commit0070a9e97c60a3b6fae38a7b171cc01c77fb0635
treef40cb412c43f9c5d38185cbbb2d3d04bfe0f08ae
parent1f1f9b89fd2e698d9c59cd604027f1cb98fbe156
file_exists does not work with the include path, so we need to switch to include_once which only produces a warning, which we suppress, and then rely on class_exists() to check for module existence
Loader.php