Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 14, 2023. It is now read-only.
/ICEcoderPublic archive

Commit28ee41c

Browse files
committed
using array_merge instead of '+' to merge arrays
1 parentfe3683a commit28ee41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/settings.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383

8484
// Join ICEcoder settings and user settings together to make our final ICEcoder array
85-
$ICEcoder =$ICEcoderSettings+$ICEcoderUserSettings;
85+
$ICEcoder =array_merge($ICEcoderSettings,$ICEcoderUserSettings);
8686

8787
// Include language file
8888
// Load base first as foundation

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp