Changeset 789 for trunk/app/controllers

Show
Ignore:
Timestamp:
10/02/08 13:31:28 (7 weeks ago)
Author:
aarkerio
Message:

Little bugs fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/controllers/themes_controller.php

    r785 r789  
    3939         $this->Sanitize = new Sanitize;  
    4040         $this->Sanitize->clean($this->data['Theme']); 
    41          if ($this->Theme->save($this->data['Theme']): 
     41         if ($this->Theme->save($this->data['Theme'])): 
    4242            $this->msgFlash(__('Data saved', true), '/admin/themes/listing'); 
    4343     endif;