diff options
Diffstat (limited to 'protected/views/verein/update.php')
| -rw-r--r-- | protected/views/verein/update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/views/verein/update.php b/protected/views/verein/update.php index 0d37b80..5230605 100644 --- a/protected/views/verein/update.php +++ b/protected/views/verein/update.php @@ -13,4 +13,4 @@ $this->menu=array( <h1>Verein '<?php echo $model->name; ?>' bearbeiten</h1> -<?php echo $this->renderPartial('_form', array('model'=>$model, 'standorte'=>$standorte)); ?>
\ No newline at end of file +<?php echo $this->renderPartial('_form', array('model'=>$model, 'standorte'=>$standorte,'slugs'=>$slugs)); ?>
\ No newline at end of file |
