Skip to content

Commit a4a0e41

Browse files
committed
Ordering that makes more sence
1 parent c48d0ca commit a4a0e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/client/client_edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function onShowEdit() {
8282
chdir('../dashboard');
8383

8484
$dashlet_list = array();
85-
$dashlets = array('databasequota.php', 'limits.php', 'mailquota.php', 'quota.php');
85+
$dashlets = array('quota.php', 'databasequota.php', 'mailquota.php', 'limits.php');
8686
$current_client_id = $this->id;
8787

8888
foreach ($dashlets as $file) {

0 commit comments

Comments
 (0)