diff options
| -rw-r--r-- | protected/views/standort/view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/views/standort/view.php b/protected/views/standort/view.php index 098f397..60bc9f7 100644 --- a/protected/views/standort/view.php +++ b/protected/views/standort/view.php @@ -47,7 +47,7 @@ $gMap->renderMap(); ?> </p> <?php -if("Stand" == $model->type) { +if("Standort" == $model->type) { $this->renderPartial('_standort',array( 'data'=>$model, )); |
