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
Call Next Dashlet
Commits
fd05413c
Commit
fd05413c
authored
May 05, 2021
by
Christian Wach
⚽
Browse files
Declare method as static
parent
f8445f64
Changes
1
Hide whitespace changes
Inline
Side-by-side
CRM/CallNextActivityBlock/Utils/CallNextActivityBlock.php
View file @
fd05413c
...
...
@@ -17,7 +17,7 @@ class CRM_CallNextActivityBlock_Utils_CallNextActivityBlock {
* @param int $contactId The numeric ID of the displayed Contact.
* @param int $assigneeId The numeric ID of the Contact wanting to be assigned.
*/
public
function
get_activity
(
$contactId
,
$assigneeId
)
{
public
static
function
get_activity
(
$contactId
,
$assigneeId
)
{
try
{
...
...
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