From 597cc0013c5c540d95e3e7e6f82d8bd0a2dcae74 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Fri, 12 Dec 2008 07:55:19 +0000 Subject: Make the error handler public, else it can't be called from outside this class (which is the most likely scenario). --- core/helpers/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers/module.php') diff --git a/core/helpers/module.php b/core/helpers/module.php index e9c28240..10effbe3 100644 --- a/core/helpers/module.php +++ b/core/helpers/module.php @@ -133,6 +133,6 @@ class module_Core { * * @todo remove this when we have an installer. */ - private static function _dummy_error_handler() { + public static function _dummy_error_handler() { } } -- cgit v1.2.3