Browse Source

Merge pull request #646 from Oldiesmann/release-2.1

Typo
Michael Eshom 11 years ago
parent
commit
3c58e3f73d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      other/upgrade_2-1_mysql.sql

+ 1 - 1
other/upgrade_2-1_mysql.sql

@@ -271,7 +271,7 @@ if (file_exists($GLOBALS['boarddir'] . '/Themes/core'))
 	$theme_request = upgrade_query("
 		SELECT id_theme
 		FROM {$db_prefix}themes
-		WHERE variable = {str:variable}
+		WHERE variable = 'theme_dir'
 			AND value ='$core_dir'");
 
 	// Don't do anything if this theme is already uninstalled