Avoid call function to show login form - refs BT#13466

Refs #TMI
0596c25c8d
pull/2487/head
Angel Fernando Quiroz Campos 8 years ago committed by GitHub
parent 9136d6143e
commit 9af4fe4519
  1. 2
      main/inc/lib/template.lib.php

@ -207,8 +207,6 @@ class Template
$this->assign('language_form', api_display_language_form());
}
$this->setLoginForm();
// Chamilo plugins
if ($this->show_header) {
if ($this->load_plugins) {

Loading…
Cancel
Save