mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-19 13:25:36 -04:00
Fix typo: change $entryr to $entry->user
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<ul>
|
||||
<? foreach ($entries as $entry): ?>
|
||||
<li class="<?= log::severity_class($entry->severity) ?>" style="direction: ltr">
|
||||
<a href="<?= user_profile::url($entryr->id) ?>"><?= html::clean($entry->user->name) ?></a>
|
||||
<a href="<?= user_profile::url($entry->user->id) ?>"><?= html::clean($entry->user->name) ?></a>
|
||||
<?= gallery::date_time($entry->timestamp) ?>
|
||||
<?= $entry->message ?>
|
||||
<?= $entry->html ?>
|
||||
|
||||
Reference in New Issue
Block a user