Changeset 1446 for branches/newtoken/wifidog/classes/Role.php
- Timestamp:
- 02/11/10 17:34:27 (2 years ago)
- Files:
-
- 1 modified
-
branches/newtoken/wifidog/classes/Role.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newtoken/wifidog/classes/Role.php
r1421 r1446 485 485 486 486 $retval = false; 487 if (Security::hasPermission( 'SERVER_PERM_EDIT_ROLES', Server::getServer())) {487 if (Security::hasPermission(Permission::P('SERVER_PERM_EDIT_ROLES'), Server::getServer())) { 488 488 $db = AbstractDb::getObject(); 489 489 $id = $db->escapeString($this->getId());
