Changeset 1590
- Timestamp:
- 12/19/07 14:27:42 (8 months ago)
- Files:
-
- 1 modified
-
trunk/system/controllers/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/controllers/media.php
r1519 r1590 31 31 catch (Kohana_Exception $e) 32 32 { 33 // View file was not found, trigger a 404 33 // View file was not found, trigger a 404! 34 34 Event::run('system.404'); 35 35 }
