use latest helper namespace
This commit is contained in:
parent
e37ab45b7e
commit
b54e2df846
@ -15,6 +15,7 @@ declare(strict_types=1);
|
||||
namespace Dotclear\Plugin\pacKman;
|
||||
|
||||
use dcCore;
|
||||
use Dotclear\Helper\Date;
|
||||
use Dotclear\Helper\File\Files;
|
||||
use Dotclear\Helper\File\Path;
|
||||
use Dotclear\Helper\File\Zip\Unzip;
|
||||
@ -31,8 +32,6 @@ use Dotclear\Helper\Html\Form\{
|
||||
use Dotclear\Helper\Html\Html;
|
||||
use Exception;
|
||||
|
||||
use dt;
|
||||
|
||||
class Utils
|
||||
{
|
||||
public static function getPluginsPath(): string
|
||||
@ -290,7 +289,7 @@ class Utils
|
||||
Html::escapeHTML(basename($module->get('root'))) . '</a>' .
|
||||
'</td>' .
|
||||
'<td class="nowrap">' .
|
||||
Html::escapeHTML(dt::str(__('%Y-%m-%d %H:%M'), (int) @filemtime($module->get('root')))) .
|
||||
Html::escapeHTML(Date::str(__('%Y-%m-%d %H:%M'), (int) @filemtime($module->get('root')))) .
|
||||
'</td>' .
|
||||
'</tr>';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user