Changeset 25171 for lang/php/GohanLog
- Timestamp:
- 11/28/08 04:49:50 (6 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/php/GohanLog/trunk/app/controllers/gohans_controller.php
r12320 r25171 4 4 { 5 5 var $name = 'Gohans'; 6 var $components = array('Pager','Openid');7 var $helpers = array('Html','Form');6 var $components = array('Pager','Openid'); 7 var $helpers = array('Html','Form'); 8 8 var $uses = array('Tag','Gohan','Master_tag'); 9 9 … … 217 217 { 218 218 if (!$this->Mail->isMail()) { 219 exit;219 exit; 220 220 } 221 221 … … 231 231 232 232 if($to_address !== $valid_mail_address){ 233 exit;234 } 235 foreach ($images as $image) {236 $path = $this->Gohan->save_img($image['bin']);237 $this->Gohan->add_gohan($path);238 }233 exit; 234 } 235 foreach ($images as $image) { 236 $path = $this->Gohan->save_img($image['bin']); 237 $this->Gohan->add_gohan($path); 238 } 239 239 } 240 240
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)