Update bootstrap.php

This commit is contained in:
Maarten Balliauw 2013-07-10 11:18:43 +02:00
parent 509bfd39e2
commit 5818a79e67
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'ci');
set_include_path(implode(PATH_SEPARATOR, array(
realpath(APPLICATION_PATH . '/../Classes'),
'./',
dirname(__FILE__),
get_include_path(),
)));