core/usermanager.lua

changeset 3419
79e08dc3fd37
parent 3395
e736f68c1047
child 3466
4add4f9ca409
--- a/core/usermanager.lua	Sat Jul 31 15:16:15 2010 +0500
+++ b/core/usermanager.lua	Sat Jul 31 11:30:16 2010 +0100
@@ -107,7 +107,7 @@
 					break;
 				end
 			end
-		elseif admins then
+		elseif host_admins then
 			log("error", "Option 'admins' for host '%s' is not a list", host);
 		end
 	end
@@ -120,7 +120,7 @@
 					break;
 				end
 			end
-		elseif admins then
+		elseif global_admins then
 			log("error", "Global option 'admins' is not a list");
 		end
 	end

mercurial