diff options
author | levinse <levinse> | 2011-01-23 00:49:11 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-23 00:49:11 +0000 |
commit | 24e793d718c5a8972667fe81b9e6ee978bef1e4e (patch) | |
tree | fb0573fb68b5968130bdf0db815c4289e857100f /httemplate/edit/process | |
parent | e87a701dd25a5d20218924057aa0d38def2eefc1 (diff) |
bug fix my previous commit for RT7794
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r-- | httemplate/edit/process/phone_device.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/edit/process/phone_device.html b/httemplate/edit/process/phone_device.html index df9d5e793..689a65ede 100644 --- a/httemplate/edit/process/phone_device.html +++ b/httemplate/edit/process/phone_device.html @@ -10,6 +10,10 @@ %> <%init> +if($cgi->param('sel_mac_addr') && !$cgi->param('mac_addr')) { + $cgi->param('mac_addr',$cgi->param('sel_mac_addr')); +} + # :/ needs agent-virt so you can't futz with arbitrary devices die "access denied" |