mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 06:23:48 +01:00
LSattr_html_select_list :: _array_merge() : mark as static
This commit is contained in:
parent
9f858c6f0f
commit
68c6e4267b
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class LSattr_html_select_list extends LSattr_html{
|
|||
*
|
||||
* @retval array Merged array
|
||||
**/
|
||||
protected function _array_merge() {
|
||||
protected static function _array_merge() {
|
||||
$ret=array();
|
||||
foreach(func_get_args() as $a) {
|
||||
foreach($a as $k => $v) {
|
||||
|
|
Loading…
Reference in a new issue