Fixed few warnings appeared after turning E_STRICT on
[mirrors/Kyberia-bloodline.git] / wwwroot / backend / mysql / permissions.inc
index fded0a937a5b24e6ffef3c7ad8fcc792ac0af127..f2db74a355cb3b096e6d2fc25879768b22fd3b95 100644 (file)
@@ -4,7 +4,7 @@ class permissions {
 
 //trillion lights to Hierarchy!
 //$node input parameter can be a numeric node_id of a node-to-be-checked or a hash containing node_id,node_vector
-function checkPerms($node) {
+public static function checkPerms($node) {
     // new permissions checking
     global $db;
        
@@ -139,4 +139,4 @@ function checkPerms($node) {
 
 }
 
-?>
\ No newline at end of file
+?>
This page took 0.098847 seconds and 4 git commands to generate.