Fix update script
authorTim Düsterhus <timwolla@googlemail.com>
Thu, 4 Dec 2014 21:42:51 +0000 (22:42 +0100)
committerTim Düsterhus <timwolla@googlemail.com>
Thu, 4 Dec 2014 21:42:51 +0000 (22:42 +0100)
wcfsetup/install/files/acp/update_com.woltlab.wcf_2.1.php

index f6f4a90d6106e7d5e10aec35fca6ae3e91b358f3..9faadca81919397d64c63419d50d5bf7094be2f8 100644 (file)
@@ -24,6 +24,6 @@ if (RECAPTCHA_PUBLICKEY === '6LfOlMYSAAAAADvo3s4puBAYDqI-6YK2ybe7BJE5' && RECAPT
        $options['recaptcha_privatekey'] = '';
 }
 
-OptionEditor::updateAll();
+OptionEditor::updateAll($options);
 
 OptionEditor::resetCache();