diff options
Diffstat (limited to 'protected/controllers/VeranstaltungController.php')
| -rw-r--r-- | protected/controllers/VeranstaltungController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protected/controllers/VeranstaltungController.php b/protected/controllers/VeranstaltungController.php index 619f7fe..1f55d0b 100644 --- a/protected/controllers/VeranstaltungController.php +++ b/protected/controllers/VeranstaltungController.php @@ -64,6 +64,7 @@ class VeranstaltungController extends Controller )); } + public function actionNow() { $model=new Veranstaltung('now'); |
