LSattr_html_select_list :: _array_merge() : mark as static

This commit is contained in:
Benjamin Renard 2019-03-12 12:28:15 +01:00
parent 9f858c6f0f
commit 68c6e4267b

View file

@ -163,7 +163,7 @@ class LSattr_html_select_list extends LSattr_html{
* *
* @retval array Merged array * @retval array Merged array
**/ **/
protected function _array_merge() { protected static function _array_merge() {
$ret=array(); $ret=array();
foreach(func_get_args() as $a) { foreach(func_get_args() as $a) {
foreach($a as $k => $v) { foreach($a as $k => $v) {