From b5e1ef489af25475f307106a17373b5d53e086cd Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 17 Aug 2006 03:09:28 +0000 Subject: [PATCH] Updating ExplainErrorReporting() --- Loader.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Loader.php b/Loader.php index 9ddfd99..60359c8 100644 --- a/Loader.php +++ b/Loader.php @@ -306,7 +306,7 @@ class BSLoader * Creates a table that explains the error reporting levels and their * state */ - public function explain_error_reporting() + public static function ExplainErrorReporting() { $levels = array( 'E_ERROR' => E_ERROR, @@ -338,7 +338,7 @@ class BSLoader $table .= ' '; - $this->message('Error Reporting', $table, 1); + self::Message('Error Reporting', $table, 1); } } -- 2.22.5