Selaa lähdekoodia

Typo

Signed-off-by: Michael Eshom <oldiesmann@oldiesmann.us>
Michael Eshom 11 vuotta sitten
vanhempi
commit
7e644c2120
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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