added default value
This commit is contained in:
parent
ba3287861f
commit
3f1708ea79
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ class panel {
|
|||
}
|
||||
}
|
||||
|
||||
function get_option($option,$name,$value) {
|
||||
function get_option($option,$name,$value="") {
|
||||
|
||||
if($option=="yesno"){
|
||||
$checked["yes"]="";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue