mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
initialize $fieldwrap in order to prevent php warnings
This commit is contained in:
parent
cf6b852233
commit
e0995e362c
|
@ -447,7 +447,7 @@ console.log(element);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$fieldwrap = array();
|
$fieldwrap = array('', '');
|
||||||
if($tmp) {
|
if($tmp) {
|
||||||
$fieldwrap = array('', $this->getSelectPresetButtonHtml("GrpReviewers", $tmp));
|
$fieldwrap = array('', $this->getSelectPresetButtonHtml("GrpReviewers", $tmp));
|
||||||
}
|
}
|
||||||
|
@ -597,7 +597,7 @@ console.log(element);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$fieldwrap = array();
|
$fieldwrap = array('', '');
|
||||||
if($tmp) {
|
if($tmp) {
|
||||||
$fieldwrap = array('', $this->getSelectPresetButtonHtml("GrpApprovers", $tmp));
|
$fieldwrap = array('', $this->getSelectPresetButtonHtml("GrpApprovers", $tmp));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user