diff options
| author | Simon | 2011-04-20 19:07:23 +0200 |
|---|---|---|
| committer | Simon | 2011-04-20 19:07:23 +0200 |
| commit | 39d216f1091b2a0b3eb95a52580d04d342a8d912 (patch) | |
| tree | 9f7805e191fc72e04e58cabe6f9edf7e608d1c5e /application/modules/user/forms | |
| parent | merges (diff) | |
| download | pbs2-39d216f1091b2a0b3eb95a52580d04d342a8d912.tar.gz pbs2-39d216f1091b2a0b3eb95a52580d04d342a8d912.tar.xz pbs2-39d216f1091b2a0b3eb95a52580d04d342a8d912.zip | |
Error und Warning Unterdrückung entfernt
Diffstat (limited to 'application/modules/user/forms')
| -rw-r--r-- | application/modules/user/forms/BootmenuEntries.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
