typo/confusion, earlier patch committed in haste

git-svn-id: http://svn.automattic.com/wordpress/trunk@1724 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
michelvaldrighi 2004-09-30 00:34:46 +00:00
parent e8a1744ac0
commit 20fc6e6625
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ function get_settings($setting) {
$option = $wpdb->get_var("SELECT option_value FROM $wpdb->options WHERE option_name = '$setting'");
if (!$option) :
$cache_nonexistantoptions[] = $setting;
$cache_nonexistantoptions[$setting] = true;
return false;
endif;