X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/fec7efb97aad98639a2d9c0170936a777147daf1..dca3e83212951982c59f002efc6c349f9d9c0ad2:/lib/SAMURAI/Perm.php diff --git a/lib/SAMURAI/Perm.php b/lib/SAMURAI/Perm.php index 3533f68..a8148ae 100644 --- a/lib/SAMURAI/Perm.php +++ b/lib/SAMURAI/Perm.php @@ -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; }