Changeset 614 for trunk/app/controllers/users_controller.php
- Timestamp:
- 06/30/08 18:21:16 (5 months ago)
- Files:
-
- 1 modified
-
trunk/app/controllers/users_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/controllers/users_controller.php
r590 r614 619 619 { 620 620 $this->layout = 'admin'; 621 621 622 if ( $this->data['User']['file']['error'] != 0 ): 623 $this->flash('Something where wrong, please push Back button', '/admin/users/edit/'); 624 return false; 625 endif; 626 622 627 if (!empty($this->data['User']) && is_uploaded_file($this->data['User']['file']['tmp_name'])) 623 628 {
