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

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Wed Apr 23 17:02:21 CEST 2014
build.number=796
#Fri Apr 25 17:08:24 CEST 2014
build.number=799

View File

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