summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-12 07:55:19 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-12 07:55:19 +0000
commit597cc0013c5c540d95e3e7e6f82d8bd0a2dcae74 (patch)
tree7888c85a20e24bd46e60ce89879ced2a48df6d4e
parent79226f0a8f820e08e5ff19cec7e8484fa7385fa9 (diff)
Make the error handler public, else it can't be called from outside
this class (which is the most likely scenario).
-rw-r--r--core/helpers/module.php2
1 files changed, 1 insertions, 1 deletions
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() {
}
}