Required both ActionBase and ActiveSession.

This commit is contained in:
2009-08-16 01:41:45 +03:00
parent 38d6d6c6a7
commit d6c6f19648

View File

@@ -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();