Skip to content

Commit

Permalink
casing updates
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Jun 25, 2017
1 parent 3e3dc5e commit b9c51d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function_requirements('website_create');
'field2' => $serviceTypes[$serviceInfo[$settings['PREFIX'].'_type']]['services_field2'],
'category' => $serviceTypes[$serviceInfo[$settings['PREFIX'].'_type']]['services_category'],
'email' => $GLOBALS['tf']->accounts->cross_reference($serviceInfo[$settings['PREFIX'].'_custid']),
'success' => true,
'success' => TRUE,
]);
$GLOBALS['tf']->dispatcher->dispatch(self::$module.'.reactivate', $event);
if (!$event->isPropagationStopped())
Expand Down

0 comments on commit b9c51d9

Please sign in to comment.