mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
setName() didn't work due to a copy&paste error
This commit is contained in:
parent
ef2aaaf32c
commit
1b1e60f88f
|
@ -55,7 +55,7 @@ class SeedDMS_Core_DocumentCategory {
|
|||
|
||||
function setName($newName) { /* {{{ */
|
||||
$newName = trim($newName);
|
||||
if(!$name)
|
||||
if(!$newName)
|
||||
return false;
|
||||
|
||||
$db = $this->_dms->getDB();
|
||||
|
|
Loading…
Reference in New Issue
Block a user