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:
49d97c4
)
CRM-15436, undo not a typo fix
author
kurund
<kurund@civicrm.org>
Tue, 14 Oct 2014 21:28:04 +0000
(
02:58
+0530)
committer
kurund
<kurund@civicrm.org>
Tue, 14 Oct 2014 21:28:04 +0000
(
02:58
+0530)
CRM/Extension/Manager/Module.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Extension/Manager/Module.php
b/CRM/Extension/Manager/Module.php
index 75ff8873167e66e2296328a11b6ad93f70bc9e34..c0e9c05c03340e0526cd853276e1f4afc3c6d837 100644
(file)
--- a/
CRM/Extension/Manager/Module.php
+++ b/
CRM/Extension/Manager/Module.php
@@
-54,7
+54,7
@@
class CRM_Extension_Manager_Module extends CRM_Extension_Manager_Base {
/**
* @param CRM_Extension_Info $info
*/
- public function onPostInstall(CRM_Extension_Info $info) {
+ public function onPost
Post
Install(CRM_Extension_Info $info) {
$this->callHook($info, 'postInstall');
}