mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 06:30:07 +01:00
Fixed favorites star
Icon button now loads.
This commit is contained in:
parent
d6ba330be4
commit
c59e2e747b
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ $selectedloader = "$bg[$i]"; // set variable equal to which random filename was
|
|||
<?php if ($current_user !== null) {
|
||||
$fav_paste = checkFavorite($conn, $paste_id, $current_user->user_id);
|
||||
}
|
||||
echo $fav_paste;
|
||||
?>
|
||||
<a class="icon tool-icon" class="flip" onclick="openreport()"><i
|
||||
class="far fa-flag fa-lg has-text-grey" title="Report Paste"></i></a>
|
||||
|
|
Loading…
Add table
Reference in a new issue