Skip to content

Commit

Permalink
Merge pull request woocommerce#3390 from swicks/master
Browse files Browse the repository at this point in the history
Fails to activate
  • Loading branch information
mikejolley committed Jun 27, 2013
2 parents c038f39 + 56741cb commit 5924021
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ final class WooCommerce {
*/
public $checkout;

/**
* @var Helpers blank array
*/
public $helpers = array();


/**
* @var WC_Integrations
*/
Expand Down Expand Up @@ -497,9 +503,6 @@ public function init() {
$this->countries = new WC_Countries(); // Countries class
$this->integrations = new WC_Integrations(); // Integrations class

// Helpers blank array
$this->helpers = array();

// Classes/actions loaded for the frontend and for ajax requests
if ( ! is_admin() || defined('DOING_AJAX') ) {

Expand Down

0 comments on commit 5924021

Please sign in to comment.