Passed
Push — 1.10.x ( e043dd...51b3f0 )
by
unknown
106:45 queued 43:04
created
main/inc/lib/webservices/MessagesWebService.class.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
                 'hasAttachments' => $hasAttachments,
119 119
                 'platform' => array(
120 120
                     'website' => api_get_path(WEB_PATH),
121
-                    'messagingTool' => api_get_path(WEB_PATH) . 'main/messages/inbox.php'
121
+                    'messagingTool' => api_get_path(WEB_PATH).'main/messages/inbox.php'
122 122
                 )
123 123
             );
124 124
         }
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
201 201
         }
202 202
 
203 203
         $headers = [
204
-            'Authorization: key=' . $gdcApiKey,
204
+            'Authorization: key='.$gdcApiKey,
205 205
             'Content-Type: application/json'
206 206
         ];
207 207
 
Please login to merge, or discard this patch.