X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2FBootstrap.php;h=0d0d4cf36664fc9f71200b1c7d3b42d5203c1596;hp=f3fb3999fbdf836831c3fb20a20f7ee74c846ef7;hb=00c2579ade64a20ba2d82e98d3eea5f864864cdb;hpb=36a21a430d77f914b32eed29019f1f3cd5e9c3fa diff --git a/application/Bootstrap.php b/application/Bootstrap.php index f3fb399..0d0d4cf 100644 --- a/application/Bootstrap.php +++ b/application/Bootstrap.php @@ -3,7 +3,7 @@ and is published under the AGPL license. */ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap { - protected static $libns = array('gisconverter', 'phptojs', 'pwdgen'); + protected static $libns = array('gisconverter', 'phptojs', 'pwdgen', 'alti'); public function _bootstrap($resource = null) { $autoloader = Zend_Loader_Autoloader::getInstance();