#556 Continuation (suppressed a warning)

SVN:1.2.1[2082]
This commit is contained in:
Romain Quetiez
2012-06-05 15:38:39 +00:00
parent ffd816038d
commit be4d017f4c

View File

@@ -663,8 +663,8 @@ class UserRightsProfile extends UserRightsAddOnAPI
$this->m_aUserProfiles = array();
$this->m_aUserOrgs = array();
$this->m_aAdmins = null;
$this->m_aPortalUsers = null;
$this->m_aAdmins = array();
$this->m_aPortalUsers = array();
// Loaded on demand (time consuming as compared to the others)
$this->m_aClassActionGrants = null;