summaryrefslogtreecommitdiff
path: root/protected/controllers/MyVereinController.php
diff options
context:
space:
mode:
authorastaf <astaf@proxy.ccwn.org.ccwn.org>2013-06-20 20:35:40 +0200
committerastaf <astaf@proxy.ccwn.org.ccwn.org>2013-06-20 20:35:40 +0200
commitbd583d68a92e47f596f53ba112941367aaf1dbe0 (patch)
tree5011c868b39b0757d28a714dd5c1e6ba29dc78f5 /protected/controllers/MyVereinController.php
parent79c88ea008f5cf34fc77a05fa2059e63298b223f (diff)
Produktiver stand
Diffstat (limited to 'protected/controllers/MyVereinController.php')
-rw-r--r--protected/controllers/MyVereinController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/controllers/MyVereinController.php b/protected/controllers/MyVereinController.php
index 9812bff..c019f73 100644
--- a/protected/controllers/MyVereinController.php
+++ b/protected/controllers/MyVereinController.php
@@ -89,7 +89,7 @@ class MyVereinController extends Controller
if (null === $filename) {
throw new CHttpException(500, 'Error while saving image.');
}
- $model->bild = $filename;
+ $model->bild = "/".$filename;
$model->save();
}
}