mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-19 07:06:39 +00:00
Small change to accomodate a larger change in path setup.
This commit is contained in:
1
vendor/zynapse/action_environment.php
vendored
1
vendor/zynapse/action_environment.php
vendored
@@ -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')
|
||||
);
|
||||
}
|
||||
|
||||
2
vendor/zynapse/zynapse.php
vendored
2
vendor/zynapse/zynapse.php
vendored
@@ -35,7 +35,7 @@ class Zynapse {
|
||||
|
||||
public static
|
||||
$env, // ActionEnvironment
|
||||
$base, // ActionController
|
||||
$base, // ActionBase
|
||||
$view, // ActionView
|
||||
$locale, // ActionLocale
|
||||
$log; // ActionLog
|
||||
|
||||
Reference in New Issue
Block a user