diff --git a/Theme/Backend/task-dashboard.tpl.php b/Theme/Backend/task-dashboard.tpl.php index 1094fcb..c4fa06d 100755 --- a/Theme/Backend/task-dashboard.tpl.php +++ b/Theme/Backend/task-dashboard.tpl.php @@ -74,7 +74,7 @@ echo $this->getData('nav')->render(); ?> - printHtml($task->createdBy->name1); ?> + printHtml($task->createdBy->name1); ?> printHtml($task->createdAt->format('Y-m-d H:i')); ?> diff --git a/Theme/Backend/task-single.tpl.php b/Theme/Backend/task-single.tpl.php index 8ca1391..e103aed 100755 --- a/Theme/Backend/task-single.tpl.php +++ b/Theme/Backend/task-single.tpl.php @@ -100,10 +100,6 @@ echo $this->getData('nav')->render(); ?> getTags(); foreach ($tags as $tag) : ?> icon !== null ? '' : ''; ?>printHtml($tag->getL11n()); ?> - - getMedia(); foreach ($files as $file) : ?> - printHtml($file->name); ?> -
diff --git a/composer.json b/composer.json index 7ad134b..7cf5769 100755 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "require-dev": { "phpunit/phpunit": ">=9.4", "friendsofphp/php-cs-fixer": ">=3.0", - "squizlabs/php_codesniffer": ">=3.5", + "squizlabs/php_codesniffer": ">=3.6", "phpmd/phpmd": ">=2.9", "phpstan/phpstan": ">=0.12.58", "phan/phan": ">=3.2.6"