summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-06-17 23:59:04 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-06-17 23:59:04 +0000
commit56c960c34a17746beeec455fc225428360d5d91d (patch)
tree85fae55dbb16f1c42109b85549f3853fd270ba7f /lib/init.php
parentb032ac027e531b992a62b1af5d19e865e28e8b7d (diff)
downloadampache-56c960c34a17746beeec455fc225428360d5d91d.tar.gz
ampache-56c960c34a17746beeec455fc225428360d5d91d.tar.bz2
ampache-56c960c34a17746beeec455fc225428360d5d91d.zip
fixed some issues with the installer, and also made it so that you can delete/disable users again
Diffstat (limited to 'lib/init.php')
-rw-r--r--lib/init.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/init.php b/lib/init.php
index a96462a1..8bccb7c8 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -244,9 +244,6 @@ unset($results);
/* Setup the flip class */
flip_class(array('odd','even'));
-/* Set the Theme */
-$theme = get_theme(Config::get('theme_name'));
-
/* Check to see if we need to perform an update */
if (! preg_match('/update\.php/', $_SERVER['PHP_SELF'])) {
if (Update::need_update()) {