Completed
Pull Request — master (#213)
by
unknown
02:13
created
classes/locallib/bigbluebutton.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
             $params .= $key . '=' . $value . '&';
53 53
         }
54 54
         foreach ($metadata as $key => $value) {
55
-            $params .= 'meta_' . $key.'=' . $value . '&';
55
+            $params .= 'meta_' . $key . '=' . $value . '&';
56 56
         }
57 57
         $params = rtrim($params, "&");
58 58
         return $baseurl . $params . '&checksum=' . sha1($action . $params . self::sanitized_secret());
Please login to merge, or discard this patch.