install fix

This commit is contained in:
Mike Jolley 2011-09-13 15:17:58 +01:00
parent 3ba77368d3
commit a82a5b25c9
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ function install_woocommerce() {
* Sets up the default options used on the settings page
*/
function woocommerce_default_options() {
global $options_settings;
foreach ($options_settings as $value) {
global $woocommerce_settings;
foreach ($woocommerce_settings as $value) {
if (isset($value['std'])) :