fix call to static method inside class

This commit is contained in:
Gerhard 2013-11-18 21:59:10 +02:00
parent 0e21a46cf4
commit 02c62bd132
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class WC_Install {
// Install - Add pages button
if ( ! empty( $_GET['install_woocommerce_pages'] ) ) {
$this->create_pages();
self::create_pages();
// We no longer need to install pages
delete_option( '_wc_needs_pages' );