Skip to content

Commit 66e73fa

Browse files
committed
fix typo
1 parent 1e3227c commit 66e73fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/lib/classes/remote.d/mail.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,8 +1105,6 @@ public function mailquota_get_by_user($session_id, $client_id)
11051105
return $app->quota_lib->get_mailquota_data($client_id, false);
11061106
}
11071107

1108-
}
1109-
11101108
//** xmpp functions -----------------------------------------------------------------------------------
11111109

11121110
public function xmpp_domain_get($session_id, $primary_id)
@@ -1287,4 +1285,6 @@ public function xmpp_user_set_status($session_id, $primary_id, $status) {
12871285
return false;
12881286
}
12891287
}
1288+
1289+
}
12901290
?>

0 commit comments

Comments
 (0)