mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 13:11:31 +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) { /* {{{ */
|
function setName($newName) { /* {{{ */
|
||||||
$newName = trim($newName);
|
$newName = trim($newName);
|
||||||
if(!$name)
|
if(!$newName)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
$db = $this->_dms->getDB();
|
$db = $this->_dms->getDB();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user