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:
36bd3f7
)
Update Hook.php
author
Michael McAndrew
<michaelmcandrew@thirdsectordesign.org>
Thu, 7 Sep 2017 15:24:34 +0000
(16:24 +0100)
committer
GitHub
<noreply@github.com>
Thu, 7 Sep 2017 15:24:34 +0000
(16:24 +0100)
CRM/Utils/Hook.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Hook.php
b/CRM/Utils/Hook.php
index e297a804268dd1ccdfe0fb34ee5b9da661339797..100285f1c8c1699c7cfdcef0a1c43a816b660f62 100644
(file)
--- a/
CRM/Utils/Hook.php
+++ b/
CRM/Utils/Hook.php
@@
-2133,7
+2133,7
@@
abstract class CRM_Utils_Hook {
*
* @code
* function example_civicrm_alterAngular($angular) {
- * $angular->add(ChangeSet::create('mychanges')
+ * $angular->add(
\Civi\Angular\ChangeSet
ChangeSet::create('mychanges')
* ->alterHtml('~/crmMailing/EditMailingCtrl/2step.html', function(phpQueryObject $doc) {
* $doc->find('[ng-form="crmMailingSubform"]')->attr('cat-stevens', 'ts(\'wild world\')');
* })