summaryrefslogtreecommitdiffstats
path: root/login.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-25 04:42:24 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-25 04:42:24 +0000
commit15f3664049d962820140bdf359a52dae5d143a0c (patch)
tree9429fbfdc46532371d8cb348eba4919458359300 /login.php
parentc31b6f050ce4b52ef4e2fb842fd51a40a6bc196d (diff)
downloadampache-15f3664049d962820140bdf359a52dae5d143a0c.tar.gz
ampache-15f3664049d962820140bdf359a52dae5d143a0c.tar.bz2
ampache-15f3664049d962820140bdf359a52dae5d143a0c.zip
fixed old password problem
Diffstat (limited to 'login.php')
-rw-r--r--login.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/login.php b/login.php
index f518fc82..bb5a9ec5 100644
--- a/login.php
+++ b/login.php
@@ -119,9 +119,6 @@ if ($auth['success']) {
$user->insert_ip_history();
}
- // Reload the Preferences from the database
- Preference::init();
-
/* Make sure they are actually trying to get to this site and don't try to redirect them back into
* an admin section
**/