Reupdate index lists when adding an admin. Fixes #156

This commit is contained in:
unknown
2014-04-25 17:10:43 +02:00
parent ee0ebd85fc
commit b0e62add9f
2 changed files with 3 additions and 2 deletions

View File

@ -508,6 +508,7 @@ public class TFM_AdminList
superadmin.addIp(ip);
}
save();
updateIndexLists();
return;
}