Skip to content
Snippets Groups Projects
Commit a720f303 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Merge pull request #3194 from defrance/patch-71

NEW add hook addMoreActionsButtons on adherent Card
parents 3d6488d9 3cfa76a1
Branches
Tags
No related merge requests found
...@@ -1619,7 +1619,9 @@ else ...@@ -1619,7 +1619,9 @@ else
* Hotbar * Hotbar
*/ */
print '<div class="tabsAction">'; print '<div class="tabsAction">';
$parameters = array();
$reshook = $hookmanager->executeHooks('addMoreActionsButtons', $parameters, $object, $action); // Note that $action and $object may have been
if (empty($reshook)) {
if ($action != 'valid' && $action != 'editlogin' && $action != 'editthirdparty') if ($action != 'valid' && $action != 'editlogin' && $action != 'editthirdparty')
{ {
// Modify // Modify
...@@ -1743,7 +1745,7 @@ else ...@@ -1743,7 +1745,7 @@ else
} }
} }
}
print '</div>'; print '</div>';
if ($isinspip == -1) if ($isinspip == -1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment