Skip to content

Commit

Permalink
Profile Tabs Slug: Fix fatal error on single plugin activation
Browse files Browse the repository at this point in the history
  • Loading branch information
champsupertramp committed Jan 8, 2024
1 parent d934f86 commit 9abaceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/um-profile-slug/um-profile-slug.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function um_extended_profile_slug_ultimatemember_requirement_notice() {
*
* @since 1.0.0
*
* @return UM_Extended_Profile_slug\Core
* @return UM_Extended_Profile_Slug\Core
*/
function um_extended_profile_slug_plugin() {
/**
Expand All @@ -102,7 +102,7 @@ function um_extended_profile_slug_plugin() {
static $core;

if ( ! isset( $core ) ) {
$core = new \UM_Extended_Profile_slug\Core();
$core = new \UM_Extended_Profile_Slug\Core();
}

return $core;
Expand Down

0 comments on commit 9abaceb

Please sign in to comment.