diff options
Diffstat (limited to 'protected/controllers')
| -rw-r--r-- | protected/controllers/VereinController.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protected/controllers/VereinController.php b/protected/controllers/VereinController.php index aa18245..bf30a04 100644 --- a/protected/controllers/VereinController.php +++ b/protected/controllers/VereinController.php @@ -66,9 +66,11 @@ class VereinController extends Controller } $standorte = Standort::model()->findAll(array("condition"=>"published=1 and type='Stand'")); + $slugs = User::model()->findAll(); $this->render('create',array( 'model'=>$model, - 'standorte'=>$standorte + 'standorte'=>$standorte, + 'slugs'=>$slugs )); } |
