Spacing corrections
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 5 Jan 2017 21:52:47 +0000 (16:52 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 5 Jan 2017 21:52:47 +0000 (16:52 -0500)
Correcting spacing of the =

models/admin/management/coupons.php

index 45f5bb4..9deb9d6 100644 (file)
@@ -340,7 +340,7 @@ class GlmMembersAdmin_management_coupons extends GlmDataCouponsManagement
         $coupon_abstract = new GlmDataCoupons( $this->wpdb, $this->config );
         require_once GLM_MEMBERS_PLUGIN_PATH.'/models/admin/ajax/imageUpload.php';
         $ImageUpload = new GlmMembersAdmin_ajax_imageUpload($this->wpdb, $this->config);
-        $refType         = $this->config['ref_type_numb']['Member'];
+        $refType     = $this->config['ref_type_numb']['Member'];
         // get the coupons from the glm-coupon plugin
         // post type GLM_COUPON_POST_TYPE
         // GLM_COUPON_POST_TYPE must be defined
@@ -385,7 +385,7 @@ class GlmMembersAdmin_management_coupons extends GlmDataCouponsManagement
                         $coupon->glm_coupons_image = '';
                     }
                 }
-                $post_categories               = wp_get_object_terms(
+                $post_categories = wp_get_object_terms(
                     $coupon->ID,
                     GLM_COUPON_TAX_CATEGORIES,
                     array('fields' => 'names')