diff options
| author | michael pereira | 2011-04-12 14:04:55 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-12 14:04:55 +0200 |
| commit | 59594fd998aa675f7efe5c4e411c7f5b6884144b (patch) | |
| tree | 6932bb87326960fc5a9e898a47593176aa31d5c9 /application/modules/user/views/scripts/preboot | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-59594fd998aa675f7efe5c4e411c7f5b6884144b.tar.gz pbs2-59594fd998aa675f7efe5c4e411c7f5b6884144b.tar.xz pbs2-59594fd998aa675f7efe5c4e411c7f5b6884144b.zip | |
preboot fix
Diffstat (limited to 'application/modules/user/views/scripts/preboot')
| -rw-r--r-- | application/modules/user/views/scripts/preboot/index.phtml | 2 |
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;?> |
