mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
rename SeedDMS_Core_Folder::empty to emptyFolder
This commit is contained in:
parent
4271c40e91
commit
ba9f4ba749
|
@ -1112,7 +1112,7 @@ class SeedDMS_Core_Folder extends SeedDMS_Core_Object {
|
||||||
*
|
*
|
||||||
* @return boolean true on success, false in case of an error
|
* @return boolean true on success, false in case of an error
|
||||||
*/
|
*/
|
||||||
function empty() { /* {{{ */
|
function emptyFolder() { /* {{{ */
|
||||||
/** @noinspection PhpUnusedLocalVariableInspection */
|
/** @noinspection PhpUnusedLocalVariableInspection */
|
||||||
$db = $this->_dms->getDB();
|
$db = $this->_dms->getDB();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user