mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
fix bug #465
This commit is contained in:
parent
6950f7777e
commit
d928c43981
|
@ -182,7 +182,7 @@ class SeedDMS_Core_Role { /* {{{ */
|
|||
*
|
||||
* @return boolean true on success or false in case of an error
|
||||
*/
|
||||
function remove($user) { /* {{{ */
|
||||
function remove() { /* {{{ */
|
||||
$db = $this->_dms->getDB();
|
||||
|
||||
$queryStr = "DELETE FROM `tblRoles` WHERE `id` = " . $this->_id;
|
||||
|
|
Loading…
Reference in New Issue
Block a user