Add validation check group user

This commit is contained in:
Marco Antonio Nina Mena
2015-04-27 11:39:16 -04:00
parent 500a0825e4
commit c540789fbb
2 changed files with 34 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ class Dashboard {
require_once (PATH_HOME . "engine" . PATH_SEP . "classes" . PATH_SEP . "model" . PATH_SEP . "DashboardDasInd.php");
$oDashboardDasInd = new \DashboardDasInd();
$response = $oDashboardDasInd->loadByOwner($usr_uid);
$response = $oDashboardDasInd->loadOwnerByUserId($usr_uid);
return $response;
}