summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views
diff options
context:
space:
mode:
authormichael pereira2011-04-12 14:04:55 +0200
committermichael pereira2011-04-12 14:04:55 +0200
commit59594fd998aa675f7efe5c4e411c7f5b6884144b (patch)
tree6932bb87326960fc5a9e898a47593176aa31d5c9 /application/modules/user/views
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-59594fd998aa675f7efe5c4e411c7f5b6884144b.tar.gz
pbs2-59594fd998aa675f7efe5c4e411c7f5b6884144b.tar.xz
pbs2-59594fd998aa675f7efe5c4e411c7f5b6884144b.zip
preboot fix
Diffstat (limited to 'application/modules/user/views')
-rw-r--r--application/modules/user/views/scripts/preboot/index.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/preboot/index.phtml b/application/modules/user/views/scripts/preboot/index.phtml
index dba956c..8d8da26 100644
--- a/application/modules/user/views/scripts/preboot/index.phtml
+++ b/application/modules/user/views/scripts/preboot/index.phtml
@@ -4,7 +4,7 @@
<?php if(Pbs_Acl::checkRight('pru')): ?>
<?php echo $this->formButton('checkupdate', 'Check for Updates', array(
- 'onclick' => 'self.location="/user/preboot/index/checkupdate/true"',
+ 'onclick' => 'self.location="/user/preboot/index/checkupdate/true/page/'.$this->page.'"',
'class' => 'updatebutton',
))?>
<?php endif;?>