mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-19 07:06:39 +00:00
Required both ActionBase and ActiveSession.
This commit is contained in:
2
vendor/zynapse/zynapse.php
vendored
2
vendor/zynapse/zynapse.php
vendored
@@ -43,6 +43,8 @@ class Zynapse {
|
||||
function init () {
|
||||
|
||||
require_once(ZNAP_LIB_ROOT . "/action_environment.php");
|
||||
require_once(ZNAP_LIB_ROOT . "/action_base.php");
|
||||
require_once(ZNAP_LIB_ROOT . "/active_session.php");
|
||||
|
||||
self::$env = new ActionEnvironment();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user