diff options
| author | Simon | 2011-04-01 17:02:18 +0200 |
|---|---|---|
| committer | Simon | 2011-04-01 17:02:18 +0200 |
| commit | 64fe85e2680b97050b10dba913c7ea598ff58d8e (patch) | |
| tree | 5fb76cb7d105b455b24b5ae207c8f9785d23785e /application/modules/user/views | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-64fe85e2680b97050b10dba913c7ea598ff58d8e.tar.gz pbs2-64fe85e2680b97050b10dba913c7ea598ff58d8e.tar.xz pbs2-64fe85e2680b97050b10dba913c7ea598ff58d8e.zip | |
pagination in Bootmenu
Diffstat (limited to 'application/modules/user/views')
| -rw-r--r-- | application/modules/user/views/scripts/bootmenu/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/bootmenu/index.phtml b/application/modules/user/views/scripts/bootmenu/index.phtml index dbb7048..72051ab 100644 --- a/application/modules/user/views/scripts/bootmenu/index.phtml +++ b/application/modules/user/views/scripts/bootmenu/index.phtml @@ -78,7 +78,7 @@ 'controller' => 'resource', 'action' => 'getbootmenuentry', 'bootmenuentryID' => $bootmenuentry->getID(), - 'alpha' => $_SESSION['alphasessionID'],, + 'alpha' => $_SESSION['alphasessionID'], 'page' => $this->page ), 'default', |
