diff options
Diffstat (limited to 'protected/controllers/VereinController.php')
| -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 7648a3e..aa18245 100644 --- a/protected/controllers/VereinController.php +++ b/protected/controllers/VereinController.php @@ -92,9 +92,11 @@ class VereinController extends Controller } $standorte = Standort::model()->findAll(array("condition"=>"published=1 and type='Stand'")); + $slugs = User::model()->findAll(); $this->render('update',array( 'model'=>$model, - 'standorte'=>$standorte + 'standorte'=>$standorte, + 'slugs'=>$slugs )); } |
