]> git.llucax.com Git - mecon/samurai.git/blobdiff - lib/SAMURAI/Perm.php
Se corrige bug.
[mecon/samurai.git] / lib / SAMURAI / Perm.php
index 3533f68a13e5b935edd38aba524ffb821f5cc258..a8148ae4179f7ea41f54486bf473259ba1c264e7 100644 (file)
@@ -147,7 +147,7 @@ Si no se pasa ningun parametro ($perm->tiene()), devuelve true si tiene un permi
     function chequear() // ~X2C
     {
         $args = func_get_args();
-        if (!call_user_method_array(array($this, 'tiene'), $args)) {
+        if (!call_user_func_array(array($this, 'tiene'), $args)) {
             include 'MECON/includes/no_autorizado.html';
             exit;
         }