Skip to content
Snippets Groups Projects
Commit a55554b7 authored by Arti's avatar Arti Committed by Ryan Gambito
Browse files

Issue #3367597 by arti_parmar: Undefined variable $output

parent 210457d4
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ use Drupal\Core\Routing\RouteMatchInterface;
* Implements hook_help().
*/
function ssrc_help($route_name, RouteMatchInterface $route_match) {
$output = '';
switch ($route_name) {
case 'ssrc.config_form':
$output = '<p>' . t('Manage registration codes.') . '</p>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment