mirror of
https://github.com/claradex/nativegallery.git
synced 2025-02-13 09:43:14 +03:00
Update Comment.php
This commit is contained in:
parent
ab9b61c3ea
commit
69706f7df6
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class Comment
|
|||
if ($this->c['user_id'] === Auth::userid() || $photo->i('user_id') === Auth::userid()) {
|
||||
echo '
|
||||
<div class="dropdown">
|
||||
<a style="color: #000" class="compl" href="/lk/ticket.php?action=add&wid=3252565">...</a>
|
||||
<a style="color: #000" class="compl" href="#">...</a>
|
||||
<div class="dropdown-content">';
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue