forked from ZwiiCMS-Team/ZwiiCMS
11507 retour fichier initial
This commit is contained in:
parent
49e636a726
commit
800818c9b0
@ -938,7 +938,7 @@ if ($this->getData(['core', 'dataVersion']) < 11400) {
|
|||||||
// Consersion des fontes importées
|
// Consersion des fontes importées
|
||||||
$imported = $this->getData(['fonts', 'imported']);
|
$imported = $this->getData(['fonts', 'imported']);
|
||||||
if (is_array($imported)) {
|
if (is_array($imported)) {
|
||||||
foreach ($imported as $fontsId => $fontUrl) {
|
foreach ($imported as $fontId => $fontUrl) {
|
||||||
if ( gettype($fontUrl) === 'string' ) {
|
if ( gettype($fontUrl) === 'string' ) {
|
||||||
$this->setData(['fonts', 'imported', $fontId, [
|
$this->setData(['fonts', 'imported', $fontId, [
|
||||||
'name' => ucfirst($fontId),
|
'name' => ucfirst($fontId),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user