Skip to content

Commit fc01467

Browse files
authored
Merge pull request #1 from php-schubser/master
feat: update 2.0.6.0
2 parents ff0c402 + 28b6f13 commit fc01467

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

moduleinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
},
2121

2222
"modifiedCompatibility": [
23-
"2.0.5.1"
23+
"2.0.6.0"
2424
]
2525
}

new_files/admin/includes/modules/categories/CategoriesMcmImageOriginalName.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class CategoriesMcmImageOriginalName extends StdModule
2929

3030
public function __construct()
3131
{
32-
$this->init('MODULE_CATEGORIES_MCM_IMAGE_ORIGINAL_NAME');
32+
$this->init('MODULE_CATEGORIES_CATEGORIESMCMIMAGEORIGINALNAME');
3333
}
3434

3535
public function image_name(string $imageName, string $dataId, string $counter, string $suffix, array $nameArr, bool $srcId, array $dataArr): string

new_files/lang/english/modules/categories/CategoriesMcmImageOriginalName.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
$moduleType = 'MODULE_CATEGORIES';
3-
$moduleName = 'MCM_IMAGE_ORIGINAL_NAME';
3+
$moduleName = 'CATEGORIESMCMIMAGEORIGINALNAME';
44
$prefix = $moduleType . '_' . $moduleName . '_';
55

66
define($prefix . 'TITLE', 'Get image name on upload © by <a href="https://www.modified-shop.org/forum/index.php?topic=15464.0" target="_blank" style="color: #b0377e; font-weight: bold;">xt_modding</a>');

new_files/lang/german/modules/categories/CategoriesMcmImageOriginalName.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
$moduleType = 'MODULE_CATEGORIES';
3-
$moduleName = 'MCM_IMAGE_ORIGINAL_NAME';
3+
$moduleName = 'CATEGORIESMCMIMAGEORIGINALNAME';
44
$prefix = $moduleType . '_' . $moduleName . '_';
55

66
define($prefix . 'TITLE', 'Bildernamen bei Upload erhalten © by <a href="https://www.modified-shop.org/forum/index.php?topic=15464.0" target="_blank" style="color: #b0377e; font-weight: bold;">xt_modding</a>');

0 commit comments

Comments
 (0)