From 5650591813bc28a0524e47607e0a458ae62a1fd0 Mon Sep 17 00:00:00 2001 From: secretr Date: Tue, 2 Feb 2010 15:49:09 +0000 Subject: [PATCH] e107 class small detail but getting the system down ;) --- e107_handlers/e107_class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e107_handlers/e107_class.php b/e107_handlers/e107_class.php index bb090e6be..3d39649d4 100644 --- a/e107_handlers/e107_class.php +++ b/e107_handlers/e107_class.php @@ -9,8 +9,8 @@ * e107 Main * * $Source: /cvs_backup/e107_0.8/e107_handlers/e107_class.php,v $ - * $Revision: 1.101 $ - * $Date: 2010-02-02 15:25:22 $ + * $Revision: 1.102 $ + * $Date: 2010-02-02 15:49:09 $ * $Author: secretr $ */ @@ -21,7 +21,7 @@ if (!defined('e107_INIT')) { exit; } * * @package e107 * @subpackage e107_handlers - * @version $Revision: 1.101 $ + * @version $Revision: 1.102 $ * @author $Author: secretr $ * * e107_class - core class with many system-related methods @@ -125,7 +125,7 @@ class e107 * @see getObject() * @var array */ - protected $_known_handlers = array( + protected static $_known_handlers = array( 'ArrayData' => '{e_HANDLER}arraystorage_class.php', 'DHTML_Calendar' => '{e_HANDLER}calendar/calendar_class.php', 'UserHandler' => '{e_HANDLER}user_handler.php',