1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

Updated tests to use v2.3.0 database fixtures

This commit is contained in:
Nick Liu
2020-05-24 16:29:41 -05:00
parent bfdfe3a3b0
commit b074ad21b0
8 changed files with 1119 additions and 1092 deletions

View File

@@ -105,9 +105,6 @@
'-8' => 0 // unknown
);
// XXX: e_pref::save() depends on e107_admin/banlist.php LAN but should not
e107::coreLan('banlist', true);
//set ban duration pref.
e107::getConfig()->set('ban_durations',$banDurations)->save(false,true, false);