Skip to content

Commit 13f5816

Browse files
committed
fix copy logo
1 parent 2aec113 commit 13f5816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

class/Files/CreateArchitecture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function setBaseFoldersFiles($module)
123123
$this->makeDirAndCopyFile($k, $v, 'index.html');
124124
}
125125
//Copy the logo of the module
126-
$modImage = str_replace(' ', '', mb_strtolower($module->getVar('mod_image')));
126+
$modImage = str_replace(' ', '', $module->getVar('mod_image'));
127127
$targetImage = 'logoModule.png';
128128
$this->copyFile('assets/images', TDMC_UPLOAD_IMGMOD_PATH . '/' . $modImage, $targetImage);
129129

0 commit comments

Comments
 (0)