mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-11 14:10:06 +01:00
fix: fix undefined variable in user_profile.php favourites
This commit is contained in:
parent
222253a1f0
commit
401c76e0e7
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ if ($is_current_user && isset($_GET['tab']) && $_GET['tab'] === 'favourites') {
|
|||
<tr data-paste-info="<?= pp_html_escape(json_encode($pasteJson)); ?>">
|
||||
<td><a href="<?= urlForPaste($paste) ?>"
|
||||
title="<?= $escaped_title ?>"><?= $escaped_title ?></a></td>
|
||||
<td data-sort="<?= $p_date->format('U') ?>"
|
||||
<td data-sort="<?= $f_date->format('U') ?>"
|
||||
class="td-center"><?= $f_date->format('d F Y') ?></td>
|
||||
<td class="td-center">
|
||||
<?php if ($delta->days <= 2): ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue