From e28c61a1f8fc83a0bf92866dad0509a3f71d45dd Mon Sep 17 00:00:00 2001 From: Silvio Date: Mon, 7 Jun 2010 18:06:27 -0300 Subject: Minor fixes --- classes/PhpIsisDb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/PhpIsisDb.php') diff --git a/classes/PhpIsisDb.php b/classes/PhpIsisDb.php index 50fdf49..6d39d6e 100644 --- a/classes/PhpIsisDb.php +++ b/classes/PhpIsisDb.php @@ -86,7 +86,7 @@ class PhpIsisDb implements IsisDb { * * @see IsisDb::check() */ - public function check($schema, $section = NULL) { + static function check($schema, $section = NULL) { // Check API availability. if (!function_exists('isis_open')) { throw new Exception('Could not find function isis_open. Please check your php-isis installation.'); -- cgit v1.2.3