浏览代码

Fixed ary_sort problem.

Ondřej Surý 25 年之前
父节点
当前提交
eb769f679a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/empty_trash.php

+ 2 - 1
src/empty_trash.php

@@ -16,7 +16,8 @@
    include("../functions/page_header.php");
    include("../functions/display_messages.php");
    include("../functions/imap.php");
-   include("../functions/array.php");
+   if (!function_exists("ary_sort"))
+      include("../functions/array.php");
 
    if (!isset($tree_php))
       include("../functions/tree.php");