Changeset 789 for trunk/app/controllers
- Timestamp:
- 10/02/08 13:31:28 (7 weeks ago)
- Files:
-
- 1 modified
-
trunk/app/controllers/themes_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/controllers/themes_controller.php
r785 r789 39 39 $this->Sanitize = new Sanitize; 40 40 $this->Sanitize->clean($this->data['Theme']); 41 if ($this->Theme->save($this->data['Theme']) :41 if ($this->Theme->save($this->data['Theme'])): 42 42 $this->msgFlash(__('Data saved', true), '/admin/themes/listing'); 43 43 endif;
