Fix missing comma
authorColeman Watts <coleman@civicrm.org>
Wed, 18 Nov 2015 16:17:46 +0000 (11:17 -0500)
committerColeman Watts <coleman@civicrm.org>
Wed, 18 Nov 2015 16:17:46 +0000 (11:17 -0500)
CRM/Utils/Check/Env.php

index bf003ee603e454ccf84cc66d92844ee7a46cd93c..01c17bafa1211ac89bd083403a99c55d0a9e4518 100644 (file)
@@ -497,7 +497,7 @@ class CRM_Utils_Check_Env {
                 2 => $key,
                 3 => $row['version'],
                 4 => 'href="' . CRM_Utils_System::url('civicrm/admin/extensions', "action=update&id=$key&key=$key") . '"',
-                5 => $remotes[$key]->version
+                5 => $remotes[$key]->version,
               ));
           }
           else {