From 44e3b2c970308487ad7fa60fc50dad248f06fc28 Mon Sep 17 00:00:00 2001 From: C-Duv Date: Tue, 18 Mar 2014 02:07:45 +0100 Subject: [PATCH] Fixed Html::header() usage: obsolete second parameter wasn't skipped. --- front/room.form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/room.form.php b/front/room.form.php index 0f7ee9f..8ef7016 100644 --- a/front/room.form.php +++ b/front/room.form.php @@ -107,7 +107,7 @@ $_SESSION['glpi_tab']=$_GET['tab']; } - Html::header($LANG['plugin_room'][0],"plugins","room"); + Html::header($LANG['plugin_room'][0],'',"plugins","room"); $room->showForm($_GET["id"]);