webdir icon indicating copy to clipboard operation
webdir copied to clipboard

文件(夹)数组排序/输出前应该先判断是否为空

Open wdssmq opened this issue 5 years ago • 1 comments

if (isset($this->file)) sort($this->file); if (isset($this->dirdir)) sort($this->dirdir);

wdssmq avatar Oct 21 '18 03:10 wdssmq

以上全部划掉,直接初始化为数组就行; public $file = array(); public $dirdir = array();

wdssmq avatar Oct 21 '18 03:10 wdssmq