mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 14:33:49 +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
|
* @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) {
|
||||||
|
|
Loading…
Reference in a new issue