mirror of
https://github.com/zyx0814/dzzoffice.git
synced 2025-01-07 03:16:58 +08:00
修复函数参数不匹配问题
This commit is contained in:
parent
4504ceb71d
commit
c1a54ab11e
@ -323,10 +323,10 @@ class dzz_io
|
||||
else return false;
|
||||
}
|
||||
|
||||
function Delete($path,$force=false){
|
||||
function Delete($path,$finaldelete=false,$force=false){
|
||||
$path=self::clean($path);
|
||||
if($io=self::initIO($path)) {
|
||||
$return = $io->Delete($path,$force);
|
||||
$return = $io->Delete($path,$finaldelete,$force);
|
||||
Hook::listen("deleteafter_delindex",$return);
|
||||
return $return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user