Small change to accomodate a larger change in path setup.

This commit is contained in:
2009-08-16 01:31:58 +03:00
parent 238f559930
commit 9ed67f6bcc
2 changed files with 1 additions and 2 deletions

View File

@@ -111,7 +111,6 @@ class ActionEnvironment {
'.' . $this->path_seperator .
ZNAP_LIB_ROOT . $this->path_seperator .
ZNAP_LIB_ROOT . "/script" . $this->path_seperator .
$this->lib_path . $this->path_seperator .
ini_get('include_path')
);
}

View File

@@ -35,7 +35,7 @@ class Zynapse {
public static
$env, // ActionEnvironment
$base, // ActionController
$base, // ActionBase
$view, // ActionView
$locale, // ActionLocale
$log; // ActionLog