- Timestamp:
- 09/19/08 19:04:14 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
websites/events.php.gr.jp/trunk/app/controllers/event_pages_controller.php
r19078 r19611 23 23 $pukiwiki = new Text_PukiWiki(); 24 24 25 if ($id == false) { 26 $this->flash('指定のWikiページは存在しません', '/'); 27 } 28 25 29 if ($this->data) { 26 30 // @TODO もっとうまいやりかたはないの? … … 31 35 } else { 32 36 $this->data['EventPage']['timestamp'] = time(); 37 $this->data['EventPage']['user_id'] = $this->Session->read('id'); 33 38 $this->EventPage->save($this->data); 34 $this-> redirect('/events/show/' . $this->data['EventPage']['event_id']);39 $this->flash('Wikiページの更新が完了しました', '/events/show/' . $this->data['EventPage']['event_id']); 35 40 } 36 41 } else {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)