Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
fix(enrollment): invitation emails attachment missing
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Feb 8, 2017
1 parent 8db8c3c commit 8dda7b3
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,21 +111,6 @@ function plugin_init_flyvemdm() {
'notificationtemplates_types' => true, // 'document_types' => true
));

$PLUGIN_HOOKS['item_get_events']['flyvemdm'] = array(
'PluginFlyvemdmNotificationTargetAccountvalidation' => array(
'PluginFlyvemdmNotificationTargetAccountvalidation', 'addEvents'
)
);
$PLUGIN_HOOKS['item_get_datas']['flyvemdm'] = array(
'PluginFlyvemdmNotificationTargetAccountvalidation' => array(
'PluginFlyvemdmNotificationTargetAccountvalidation', 'getAdditionalDatasForTemplate'
)
);

Plugin::registerClass('PluginFlyvemdmAccountvalidation', array(
'notificationtemplates_types' => true, // 'document_types' => true
));

if (Session::haveRight(PluginFlyvemdmProfile::$rightname, PluginFlyvemdmProfile::RIGHT_FLYVEMDM_USE)) {
// Display a menu entries
$PLUGIN_HOOKS['menu_toadd']["flyvemdm"] = array(
Expand Down

0 comments on commit 8dda7b3

Please sign in to comment.