summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-18 17:41:09 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-18 17:41:09 -0500
commita16d38c977793a77dc1527ad75b2342e0d719393 (patch)
treeb0ca1f2a39eb90853c65c816771fb669e6c7d087 /usr
parentb8791a3151c93c05261933c52f19f8a531491c65 (diff)
downloadpfsense-a16d38c977793a77dc1527ad75b2342e0d719393.zip
pfsense-a16d38c977793a77dc1527ad75b2342e0d719393.tar.gz
Fix softupdates
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/installer/installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/installer/installer.php b/usr/local/www/installer/installer.php
index 281cfd0..bbbfdac 100644
--- a/usr/local/www/installer/installer.php
+++ b/usr/local/www/installer/installer.php
@@ -958,7 +958,7 @@ function return_rowhelper_row($rownum, $mountpoint, $fstype, $disk, $size, $encp
// fstype form field
$custom_txt .= "<td><select onChange='javascript:onfstypeChange()' id='fstype{$rownum}' name='fstype{$rownum}'>";
$select_txt = "";
- foreach($types as $desc => $type) {
+ foreach($types as $type => $desc) {
if($type == $fstype)
$SELECTED="SELECTED";
else
OpenPOWER on IntegriCloud