aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_update.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-08-10 12:17:03 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-08-10 12:17:03 +0200
commit59780bbd091c9e162eaf5f399f9bb2440605c4f7 (patch)
treefc1aee490b75c85c4fc932887a967b7ee267a04f /phpBB/install/install_update.php
parent8c4057404996c03fb08013bbd68a70ea6511ff02 (diff)
downloadforums-59780bbd091c9e162eaf5f399f9bb2440605c4f7.tar
forums-59780bbd091c9e162eaf5f399f9bb2440605c4f7.tar.gz
forums-59780bbd091c9e162eaf5f399f9bb2440605c4f7.tar.bz2
forums-59780bbd091c9e162eaf5f399f9bb2440605c4f7.tar.xz
forums-59780bbd091c9e162eaf5f399f9bb2440605c4f7.zip
[ticket/12958] Remove more references of subsilver2
PHPBB3-12958
Diffstat (limited to 'phpBB/install/install_update.php')
-rw-r--r--phpBB/install/install_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php
index 82ca0fc18d..bd8d3751e1 100644
--- a/phpBB/install/install_update.php
+++ b/phpBB/install/install_update.php
@@ -1689,7 +1689,7 @@ class install_update extends module
// Get custom installed styles...
$sql = 'SELECT style_name, style_path
FROM ' . STYLES_TABLE . "
- WHERE LOWER(style_name) NOT IN ('subsilver2', 'prosilver')";
+ WHERE LOWER(style_name) NOT IN ('prosilver')";
$result = $db->sql_query($sql);
$templates = array();