mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Restored PHP 5.6 compatibility
This commit is contained in:
2
e107
2
e107
Submodule e107 updated: e17b894dff...89e28e38c5
@@ -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');
|
||||
|
Reference in New Issue
Block a user