projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0296367
)
Fix missing comma
author
Coleman Watts
<coleman@civicrm.org>
Wed, 18 Nov 2015 16:17:46 +0000
(11:17 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Wed, 18 Nov 2015 16:17:46 +0000
(11:17 -0500)
CRM/Utils/Check/Env.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Check/Env.php
b/CRM/Utils/Check/Env.php
index bf003ee603e454ccf84cc66d92844ee7a46cd93c..01c17bafa1211ac89bd083403a99c55d0a9e4518 100644
(file)
--- a/
CRM/Utils/Check/Env.php
+++ b/
CRM/Utils/Check/Env.php
@@
-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 {