Skip to content
Snippets Groups Projects
Commit cc9ca786 authored by ale's avatar ale
Browse files

Add missing ns separator

parent 1dd38207
No related branches found
No related tags found
No related merge requests found
Pipeline #88434 passed
......@@ -146,5 +146,5 @@ function plugin_init() {
$GLOBALS['ai-sss'] = new AiSSS();
}
add_action('init', __NAMESPACE__ . 'plugin_init');
add_action('init', __NAMESPACE__ . '\\plugin_init');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment