summaryrefslogtreecommitdiff
path: root/core/views/admin_themes_preview.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/admin_themes_preview.html.php')
-rw-r--r--core/views/admin_themes_preview.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/admin_themes_preview.html.php b/core/views/admin_themes_preview.html.php
index d4fa617d..a7aea172 100644
--- a/core/views/admin_themes_preview.html.php
+++ b/core/views/admin_themes_preview.html.php
@@ -1,6 +1,6 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<p>
- <a href="<?= url::site("admin/themes/choose/$type/$theme_name?csrf=" . access::csrf_token()) ?>">
+ <a href="<?= url::site("admin/themes/choose/$type/$theme_name?csrf=$csrf") ?>">
<?= t("Activate <strong>%theme_name</strong>", array("theme_name" => $info->name)) ?>
</a>
</p>