fixed syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 23 May 2016 19:29:49 +0000 (15:29 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 23 May 2016 19:29:49 +0000 (15:29 -0400)
classes/glmPluginSupport.php

index 56cc527..731086d 100644 (file)
@@ -534,11 +534,9 @@ return; // Off for now ** Need to make this switchable in management
             $newSlug = sanitize_title($requiredPageInfo['title']);
             $existingSlug = $this->verify_post_slug($newSlug);
             
-<<<<<<< Updated upstream
-            // But only run this if it is the first time this plugin is activated
-=======
+
              // But only run this if it is the first time this plugin is activated
->>>>>>> Stashed changes
+
             if (get_option(GLM_MEMBERS_PLUGIN_OPTION_FIRST_ACTIVATION) == 'true') {
                 if ($newSlug == $existingSlug) {
                     $existingID = $this->get_post_id_by_slug($newSlug);