diff options
Diffstat (limited to 'protected/controllers/SiteController.php')
| -rw-r--r-- | protected/controllers/SiteController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/controllers/SiteController.php b/protected/controllers/SiteController.php index 961a968..2ee57b9 100644 --- a/protected/controllers/SiteController.php +++ b/protected/controllers/SiteController.php @@ -28,7 +28,7 @@ class SiteController extends Controller public function actionIndex() { if (!Yii::app()->user->isGuest && Yii::app()->user->isAdmin) { - $this->redirect(array("/verein/")); + $this->redirect(array("/verein/index")); } $this->redirect(array("/myverein/")); } |
