fix call to static method inside class
This commit is contained in:
parent
0e21a46cf4
commit
02c62bd132
|
@ -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' );
|
||||
|
|
Loading…
Reference in New Issue