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

Add missing ns separator

parent 1dd38207
Branches
Tags v0.0.11
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.
Please register or to comment