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:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user