Fix checkstyle warnings

This commit is contained in:
Daniel Rojas
2014-04-22 11:11:03 -04:00
parent 35d0a04026
commit 6f21d60b97
10 changed files with 33 additions and 39 deletions

View File

@@ -207,7 +207,6 @@ class User
public function create($arrayData)
{
try {
global $RBAC;
require_once (PATH_TRUNK . "workflow" . PATH_SEP . "engine" . PATH_SEP . "classes" . PATH_SEP . "model" . PATH_SEP . "Users.php");
$arrayData = array_change_key_case($arrayData, CASE_UPPER);
$form = $arrayData;