mirror of
https://github.com/e107inc/e107.git
synced 2025-04-07 22:23:09 +02:00
Restored PHP 5.6 compatibility
This commit is contained in:
parent
cac7d2fade
commit
ba98888424
2
e107
2
e107
@ -1 +1 @@
|
||||
Subproject commit e17b894dffce61cebe1a8fdc5c055db8557a346e
|
||||
Subproject commit 89e28e38c5f2a3f9762fa826299f8e6945adee03
|
@ -255,7 +255,7 @@
|
||||
* @param $plugin_file_list
|
||||
* @return array
|
||||
*/
|
||||
private function pluginFileListToPluginAddonNames($plugin_file_list): array
|
||||
private function pluginFileListToPluginAddonNames($plugin_file_list)
|
||||
{
|
||||
$plugin_addon_names = array_map(function ($addon_path) {
|
||||
return basename($addon_path, '.php');
|
||||
|
Loading…
x
Reference in New Issue
Block a user