diff --git a/_config.php b/_config.php index 243f453e5..6f86e291b 100644 --- a/_config.php +++ b/_config.php @@ -44,15 +44,11 @@ Director::addRules(1, array( Object::useCustomClass('Datetime','SSDatetime',true); /** - * Add pear parser to include path + * Add thirdparty include paths */ $path = Director::baseFolder().'/sapphire/parsers/'; set_include_path(str_replace('.' . PATH_SEPARATOR, '.' . PATH_SEPARATOR . $path . PATH_SEPARATOR, get_include_path())); - -/** - * Define a default language different than english - */ -//i18n::set_locale('ca_AD'); +set_include_path(get_include_path() . PATH_SEPARATOR . BASE_PATH . '/sapphire/thirdparty'); /**