From 039d75b9dafe15487033f21c417ee0643b8967b0 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 29 Sep 2010 17:11:27 +0200 Subject: [PATCH] MFB: Fix method arguments. --- hermes/lib/Admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermes/lib/Admin.php b/hermes/lib/Admin.php index d77923ad4..477432930 100644 --- a/hermes/lib/Admin.php +++ b/hermes/lib/Admin.php @@ -180,7 +180,7 @@ class EditClientStep2Form extends Horde_Form { } $this->addHidden('', 'client', 'text', true, true); - $name = &$this->addVariable(_("Client"), 'name', $stype, false, true, false, null, $type_params); + $name = &$this->addVariable(_("Client"), 'name', $stype, false, true, null, $type_params); $name->setDefault($info['name']); $enterdescription = &$this->addVariable(sprintf(_("Should users enter descriptions of their timeslices for this client? If not, the description will automatically be \"%s\"."), _("See Attached Timesheet")), 'enterdescription', 'boolean', true); -- 2.11.0