aboutsummaryrefslogtreecommitdiff
path: root/views/list
diff options
context:
space:
mode:
Diffstat (limited to 'views/list')
-rw-r--r--views/list/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/list/index.php b/views/list/index.php
index d422630..759ab04 100644
--- a/views/list/index.php
+++ b/views/list/index.php
@@ -1,10 +1,12 @@
<?php
$list = null;
$author = null;
+ $user = null;
try {
$list = Database\ArchiveList::fromDB($lid ?? -1);
$author = Database\User::fromDBuid($list->AuthorUID);
+ $user = Database\Cookie::fromDB($TOKEN);
}
catch(Exception $e) {}
?>