diff options
author | Silvio <silvio@devlet.com.br> | 2010-06-07 18:06:27 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-06-07 18:06:27 -0300 |
commit | e28c61a1f8fc83a0bf92866dad0509a3f71d45dd (patch) | |
tree | 813c181e76635f02118c0c457d7bab743f009391 /classes/PhpIsisDb.php | |
parent | 0f3203c9c25b2c936ba8ebdf2fd2548209213620 (diff) | |
download | cinisis-e28c61a1f8fc83a0bf92866dad0509a3f71d45dd.tar.gz cinisis-e28c61a1f8fc83a0bf92866dad0509a3f71d45dd.tar.bz2 |
Minor fixes
Diffstat (limited to 'classes/PhpIsisDb.php')
-rw-r--r-- | classes/PhpIsisDb.php | 2 |
1 files changed, 1 insertions, 1 deletions
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.'); |