Skip to content

Commit

Permalink
;
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Apr 21, 2023
1 parent 86c6c36 commit b45b4f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function display($cachable = false, $urlparams = [])
$id = $this->input->getInt('id');

// Show messages about the disabled plugin
if ($view === 'tours' && !PluginHelper::isEnabled('system', 'guidedtours')) {;
if ($view === 'tours' && !PluginHelper::isEnabled('system', 'guidedtours')) {
$this->app->enqueueMessage(Text::_('COM_GUIDEDTOURS_PLUGIN_DISABLED'), 'error');
}

Expand Down

0 comments on commit b45b4f1

Please sign in to comment.