diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-17 23:59:04 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-17 23:59:04 +0000 |
commit | 56c960c34a17746beeec455fc225428360d5d91d (patch) | |
tree | 85fae55dbb16f1c42109b85549f3853fd270ba7f /lib/init.php | |
parent | b032ac027e531b992a62b1af5d19e865e28e8b7d (diff) | |
download | ampache-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.php | 3 |
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()) { |