Skip to content

Commit 48f8fac

Browse files
fixed error
1 parent 7f2213f commit 48f8fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css-file-generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ public function __construct() {
402402
add_action( 'admin_init', array( $this, 'register_use_css_files_setting' ) );
403403
add_action( 'rest_api_init', array( $this, 'register_use_css_files_setting' ) );
404404

405-
add_action( 'stackable_early_version_upgraded', 'register_use_css_files_setting_upgraded', 10, 2 );
405+
add_action( 'stackable_early_version_upgraded', array( $this, 'register_use_css_files_setting_upgraded' ), 10, 2 );
406406
}
407407

408408
/**

0 commit comments

Comments
 (0)