Skip to content

Commit 5035d0f

Browse files
committed
Fix
1 parent e234503 commit 5035d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/MslsPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static function init(): void {
4949
add_action( 'widgets_init', array( MslsWidget::class, 'init' ) );
5050
add_action( 'wp_head', array( __CLASS__, 'print_alternate_links' ) );
5151

52-
add_filter( 'msls_get_output', array( __CLASS__, 'msls_output' ) );
52+
add_filter( 'msls_get_output', 'msls_output' );
5353

5454
\lloc\Msls\ContentImport\Service::instance()->register();
5555

0 commit comments

Comments
 (0)