This commit is contained in:
wangyidong
2017-11-10 11:23:22 +08:00
parent 23711177c5
commit 5d6609181d
3 changed files with 4 additions and 5 deletions
-1
View File
@@ -414,7 +414,6 @@ class bug extends control
$title = $file['title'];
$titles[$title] = $fileName;
}
krsort($titles);
$this->view->titles = $titles;
}