diff --git a/gulliver/system/class.rbac.php b/gulliver/system/class.rbac.php index 606fe5a48..4691b0c35 100755 --- a/gulliver/system/class.rbac.php +++ b/gulliver/system/class.rbac.php @@ -276,7 +276,6 @@ class RBAC return - 4; //due date } - foreach ($this->aRbacPlugins as $sClassName) { if (strtolower( $sClassName ) == strtolower( $sAuthType )) { $plugin = new $sClassName(); diff --git a/workflow/engine/methods/authSources/authSources_Ajax.php b/workflow/engine/methods/authSources/authSources_Ajax.php index 9e964a3e1..f751a82be 100755 --- a/workflow/engine/methods/authSources/authSources_Ajax.php +++ b/workflow/engine/methods/authSources/authSources_Ajax.php @@ -129,8 +129,6 @@ try { echo '{sources: ' . G::json_encode( $aSources ) . ', total_sources: ' . $total_sources . '}'; break; case 'canDeleteAuthSource': - //echo 'llego'; - //require_once PATH_RBAC.'model/RbacUsers.php'; try { $authUID = $_POST['auth_uid']; global $RBAC;