diff --git a/R/wikia_admin.R b/R/wikia_admin.R index 00e067c..10b7b1f 100644 --- a/R/wikia_admin.R +++ b/R/wikia_admin.R @@ -58,7 +58,7 @@ generate.admin.addrm <- function (logevents, current.admins) { } # if there are log events, and there are non-ancients, we parse them - if (dim(logevents)[1] & !any(logevents$ancient)) { + if (dim(logevents)[1] & !all(logevents$ancient)) { moderns.parsed <- do.call("rbind", lapply(1:dim(moderns)[1], parse.moderns, moderns)) } else {