Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Extensions
activityimportrtf
Commits
e1a8d7e3
Commit
e1a8d7e3
authored
Dec 12, 2019
by
mattwire
Browse files
Fix wrong function name in navigationMenu
parent
6af2fd06
Changes
2
Hide whitespace changes
Inline
Side-by-side
activityimportrtf.php
View file @
e1a8d7e3
...
...
@@ -152,13 +152,13 @@ function activityimportrtf_civicrm_advimport_helpers(&$helpers) {
* @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_navigationMenu
*/
function
activityimportrtf_civicrm_navigationMenu
(
&
$menu
)
{
_
msgtplblocker
_civix_insert_navigation_menu
(
$menu
,
'Administer'
,
array
(
_
activityimportrtf
_civix_insert_navigation_menu
(
$menu
,
'Administer'
,
[
'label'
=>
E
::
ts
(
'Activity Import RTF settings'
),
'name'
=>
'activityimportrtf_settings'
,
'url'
=>
'civicrm/admin/setting/activityimportrtf'
,
'permission'
=>
'administer CiviCRM'
,
'operator'
=>
'OR'
,
'separator'
=>
0
,
)
);
_
msgtplblocker
_civix_navigationMenu
(
$menu
);
]
);
_
activityimportrtf
_civix_navigationMenu
(
$menu
);
}
info.xml
View file @
e1a8d7e3
...
...
@@ -13,8 +13,8 @@
<url
desc=
"Support"
>
https://www.mjwconsult.co.uk
</url>
<url
desc=
"Licensing"
>
http://www.gnu.org/licenses/agpl-3.0.html
</url>
</urls>
<releaseDate>
2019-1
1-28
</releaseDate>
<version>
1.0
</version>
<releaseDate>
2019-1
2-12
</releaseDate>
<version>
1.0
.1
</version>
<develStage>
stable
</develStage>
<compatibility>
<ver>
5.19
</ver>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment