summaryrefslogtreecommitdiff
path: root/protected/views/standort/view.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/views/standort/view.php')
-rw-r--r--protected/views/standort/view.php2
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,
));