Ondřej Surý 25 лет назад
Родитель
Сommit
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");