1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-21 05:11:34 +02:00

Version 1.4.0

This commit is contained in:
trendschau
2020-10-03 21:28:20 +02:00
parent 5a0ad33e19
commit c1c40924db
91 changed files with 2420 additions and 1146 deletions

View File

@@ -62,7 +62,9 @@ class Translations
}
}
foreach($plugin_labels as $key => $value) {
$plugins_labels = array_merge($plugins_labels, $value);
if(is_array($value)){
$plugins_labels = array_merge($plugins_labels, $value);
}
}
}
}