Test Failed
Push — master ( dc5270...739d71 )
by Stiofan
01:59 queued 10s
created
geodirectory-functions/privacy/class-geodir-privacy-erasers.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -159,12 +159,12 @@
 block discarded – undo
159 159
 		$messages       = array();
160 160
 
161 161
 		$site_id = '';
162
-        if ( is_multisite() ) {
163
-            $blog_id = get_current_blog_id();
164
-            if ( $blog_id && $blog_id != '1' ) {
162
+		if ( is_multisite() ) {
163
+			$blog_id = get_current_blog_id();
164
+			if ( $blog_id && $blog_id != '1' ) {
165 165
 				$site_id  = '_' . $blog_id;
166 166
 			}
167
-        }
167
+		}
168 168
 
169 169
 		if ( delete_user_meta( $user->ID, 'gd_user_favourite_post' . $site_id ) ) {
170 170
 			$messages[]    = __( 'Removed "Favorite Listings" data from user.', 'geodirectory' );
Please login to merge, or discard this patch.