Skip to content

Commit 3fa7d70

Browse files
committed
[FIX] Last login in Manager widget.
1 parent b1ad0b4 commit 3fa7d70

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

core/src/Core.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
use Illuminate\Support\Facades\Cache;
2121
use Illuminate\Support\Facades\Route;
2222
use Illuminate\Support\Str;
23-
use IntlDateFormatter;
2423
use PHPMailer\PHPMailer\Exception;
2524
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
2625
use Symfony\Component\Routing\Exception\MethodNotAllowedException;

manager/views/page/2.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
</tr>
384384
<tr>
385385
<td>[%yourinfo_previous_login%]</td>
386-
<td><b>[[$_SESSION[\'mgrLastlogin\']:math(\'%s+[(server_offset_time)]\'):dateFormat]]</b></td>
386+
<td><b>'.evo()->toDateFormat($_SESSION['mgrLastlogin']).'</b></td>
387387
</tr>
388388
<tr>
389389
<td>[%yourinfo_total_logins%]</td>

0 commit comments

Comments
 (0)