From 39d216f1091b2a0b3eb95a52580d04d342a8d912 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 20 Apr 2011 19:07:23 +0200 Subject: Error und Warning Unterdrückung entfernt --- application/modules/user/forms/BootmenuEntries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/user/forms') diff --git a/application/modules/user/forms/BootmenuEntries.php b/application/modules/user/forms/BootmenuEntries.php index ded5cc5..1177d1c 100644 --- a/application/modules/user/forms/BootmenuEntries.php +++ b/application/modules/user/forms/BootmenuEntries.php @@ -54,7 +54,7 @@ class user_Form_BootmenuEntries extends Zend_Form { if(!isset($_POST['bootosID'])){ - @list($key) = array_keys($this->bootoslist); + list($key) = array_keys($this->bootoslist); $firstbootos = $this->bootoslist[$key]; $_POST['bootosID'] = $firstbootos->getID(); -- cgit v1.2.3-55-g7522