summaryrefslogtreecommitdiffstats
path: root/modules/vmstore.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2014-06-04 18:55:21 +0200
committerSimon Rettberg2014-06-04 18:55:21 +0200
commitec6b351dc45b9a03ec29625618bc6927213b2812 (patch)
treedd7c12fca12e699ce44563edfb8cbbad6dd2b5a2 /modules/vmstore.inc.php
parentMerge branch 'master' of git.openslx.org:openslx-ng/slx-admin (diff)
downloadslx-admin-ec6b351dc45b9a03ec29625618bc6927213b2812.tar.gz
slx-admin-ec6b351dc45b9a03ec29625618bc6927213b2812.tar.xz
slx-admin-ec6b351dc45b9a03ec29625618bc6927213b2812.zip
Add token in Render class, instead of passing it to its methods explicitly all over the place
Diffstat (limited to 'modules/vmstore.inc.php')
-rw-r--r--modules/vmstore.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/vmstore.inc.php b/modules/vmstore.inc.php
index 602ab258..9c8e5f42 100644
--- a/modules/vmstore.inc.php
+++ b/modules/vmstore.inc.php
@@ -33,7 +33,6 @@ class Page_VmStore extends Page
if (isset($vmstore['storetype'])) {
$vmstore['pre-' . $vmstore['storetype']] = 'checked';
}
- $vmstore['token'] = Session::get('token');
Render::addTemplate('page-vmstore', $vmstore);
}