aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/archive/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/archive/index.php b/views/archive/index.php
index 02cf502..c1ad329 100644
--- a/views/archive/index.php
+++ b/views/archive/index.php
@@ -9,8 +9,8 @@
normalizeUrl($url);
$page = Database\Webpage::fromDB($url);
- $user = Database\Cookie::fromDB($TOKEN);
$archives = $page->allArchives();
+ $user = Database\Cookie::fromDB($TOKEN);
}
catch(Exception $e) {
}