diff options
| author | michael pereira | 2011-03-25 17:24:17 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-25 17:24:17 +0100 |
| commit | 9615b25b5afd08263a09ae9ef71daeb9e545b6e5 (patch) | |
| tree | 98ccbd71450ca558bb4ebddeef5845b562e53fd8 /application/controllers/IndexController.php | |
| parent | fixes (diff) | |
| parent | gruppengraph nach einloggen in /user/ (diff) | |
| download | pbs2-9615b25b5afd08263a09ae9ef71daeb9e545b6e5.tar.gz pbs2-9615b25b5afd08263a09ae9ef71daeb9e545b6e5.tar.xz pbs2-9615b25b5afd08263a09ae9ef71daeb9e545b6e5.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/controllers/IndexController.php')
| -rw-r--r-- | application/controllers/IndexController.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/application/controllers/IndexController.php b/application/controllers/IndexController.php index d26f8d4..cf6673c 100644 --- a/application/controllers/IndexController.php +++ b/application/controllers/IndexController.php @@ -14,12 +14,13 @@ class IndexController extends Zend_Controller_Action $_SESSION['postdata'] = $_POST; $this->_redirect('/fbgui/index/index'); } - - + // action body - } + + } + } |
