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:
9a477d1
)
CRM-14871 - CRM_Extension_Manager - Fix typo
author
Tim Otten
<totten@civicrm.org>
Tue, 8 Jul 2014 08:11:57 +0000
(
01:11
-0700)
committer
Tim Otten
<totten@civicrm.org>
Tue, 8 Jul 2014 08:11:57 +0000
(
01:11
-0700)
CRM/Extension/Manager.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Extension/Manager.php
b/CRM/Extension/Manager.php
index 3db45b0e82c0146beb8f961aca235a8f371fbc48..c5b5ab5fde71745925d27ed82a18426fdb397a88 100644
(file)
--- a/
CRM/Extension/Manager.php
+++ b/
CRM/Extension/Manager.php
@@
-190,7
+190,7
@@
class CRM_Extension_Manager {
}
$this->refresh();
- CRM_Core_Invoke::rebuildMenuAndCache(TRUE);
+ CRM_Core_Invoke::rebuildMenuAndCache
s
(TRUE);
}
/**