diff options
Diffstat (limited to 'core/views/admin_themes.html.php')
-rw-r--r-- | core/views/admin_themes.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/admin_themes.html.php b/core/views/admin_themes.html.php index 2155e39b..f85bce70 100644 --- a/core/views/admin_themes.html.php +++ b/core/views/admin_themes.html.php @@ -2,7 +2,7 @@ <script type="text/javascript"> var select_url = "<?= url::site("admin/themes/choose") ?>"; select = function(type, id) { - $.post(select_url, {"type": type, "id": id, "csrf": '<?= access::csrf_token() ?>'}, + $.post(select_url, {"type": type, "id": id, "csrf": '<?= $csrf ?>'}, function() { load(type) }); } </script> |