From: Jan Schneider Date: Wed, 29 Sep 2010 15:11:27 +0000 (+0200) Subject: MFB: Fix method arguments. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=039d75b9dafe15487033f21c417ee0643b8967b0;p=horde.git MFB: Fix method arguments. --- 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);