Bumping version to 0.3.0
Fixed twig autoloading
This commit is contained in:
parent
012129c54c
commit
a283d7f778
2 changed files with 1 additions and 4 deletions
|
@ -24,6 +24,6 @@
|
|||
# This copyright notice MUST APPEAR in all copies of the script!
|
||||
#################################################################
|
||||
|
||||
define("BAIKAL_VERSION", "0.2.7");
|
||||
define("BAIKAL_VERSION", "0.3.0");
|
||||
define("BAIKAL_HOMEPAGE", "http://baikal-server.com");
|
||||
define("PROJECT_PACKAGE", "regular");
|
||||
|
|
|
@ -186,9 +186,6 @@ class Framework extends \Flake\Core\Framework {
|
|||
|
||||
#################################################################################################
|
||||
|
||||
require_once(FLAKE_PATH_ROOT . 'Util/Twig/lib/Twig/Autoloader.php');
|
||||
\Twig_Autoloader::register();
|
||||
|
||||
# Include Flake Framework config
|
||||
require_once(FLAKE_PATH_ROOT . "config.php");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue