aboutsummaryrefslogtreecommitdiff
path: root/classes/PhpIsisDb.php
diff options
context:
space:
mode:
authorSilvio <silvio@devlet.com.br>2010-06-07 18:06:27 -0300
committerSilvio <silvio@devlet.com.br>2010-06-07 18:06:27 -0300
commite28c61a1f8fc83a0bf92866dad0509a3f71d45dd (patch)
tree813c181e76635f02118c0c457d7bab743f009391 /classes/PhpIsisDb.php
parent0f3203c9c25b2c936ba8ebdf2fd2548209213620 (diff)
downloadcinisis-e28c61a1f8fc83a0bf92866dad0509a3f71d45dd.tar.gz
cinisis-e28c61a1f8fc83a0bf92866dad0509a3f71d45dd.tar.bz2
Minor fixes
Diffstat (limited to 'classes/PhpIsisDb.php')
-rw-r--r--classes/PhpIsisDb.php2
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.');