Whispeak: Don't show breadcrumb inside lp view - refs BT#18476

pull/3814/head
Angel Fernando Quiroz Campos 5 years ago
parent 4b23d5bfc6
commit 22cd9e75fb
  1. 2
      plugin/whispeakauth/Controller/AuthenticationController.php

@ -351,7 +351,7 @@ class AuthenticationController extends BaseController
$pageTitle = $this->plugin->get_title();
$template = new \Template($pageTitle, $isFullPage, $isFullPage);
$template = new \Template($pageTitle, $isFullPage, $isFullPage, !$isFullPage);
foreach ($variables as $key => $value) {
$template->assign($key, $value);

Loading…
Cancel
Save