bootstrap.php now returns PhraseaKernel

This commit is contained in:
Romain Neutron
2011-12-26 12:13:32 +01:00
parent d50ac212b1
commit e2ada543a0

View File

@@ -11,9 +11,10 @@
/**
*
* @package
* @return \Alchemy\Phrasea\Core
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
require_once dirname(__FILE__) . '/classes/bootstrap.class.php';
bootstrap::execute();
return bootstrap::execute();