Commit: 896b8878085f067da04506d5d6adc1c0e03fc7b4

Author: David Persson | Date: 2009-12-30 11:03:21 +0100
Lowercasing library name to comply with convention.
diff --git a/config/bootstrap.php b/config/bootstrap.php index 4fc4f09..60eb9ea 100644 --- a/config/bootstrap.php +++ b/config/bootstrap.php @@ -66,7 +66,7 @@ Libraries::add('app', array('bootstrap' => false)); /** * Add libraries from submodules. */ -Libraries::add('PHPca', array( +Libraries::add('phpca', array( 'prefix' => 'spriebsch\\PHPca\\', 'path' => dirname(__DIR__) . '/libraries/phpca/src', 'transform' => function($class, $params) {