diff options
Diffstat (limited to 'core/controllers/admin_themes.php')
-rw-r--r-- | core/controllers/admin_themes.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/controllers/admin_themes.php b/core/controllers/admin_themes.php index 6ace4036..e6751bed 100644 --- a/core/controllers/admin_themes.php +++ b/core/controllers/admin_themes.php @@ -53,7 +53,6 @@ class Admin_Themes_Controller extends Admin_Controller { } else { $view->url = url::site("albums/1?theme=$theme_name"); } - $view->csrf = access::csrf_token(); print $view; } |