From 81a854f7ea737ecdb05ebfb5d09209508f34b745 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 16 Dec 2007 23:52:06 +0000 Subject: fixed the find duplicates stuff, its actually still broken somewhat but it mostly works so why not commit eah? --- login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'login.php') diff --git a/login.php b/login.php index 983d9c8b..95184aa0 100644 --- a/login.php +++ b/login.php @@ -26,7 +26,7 @@ require_once 'lib/init.php'; * can't handle Cookie + Redirect */ vauth_session_cookie(); -Preference::init() +Preference::init(); /** * If Access Control is turned on then we don't -- cgit