summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/items.php
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2010-02-12 19:05:44 -0800
committerAndy Staudacher <andy.st@gmail.com>2010-02-12 19:05:44 -0800
commit7e47c3b19f522344f7083ea0bd9524bfff1a0eb2 (patch)
treefbde83a8d489cbe8cbfb665691f50ed301b31fd9 /modules/gallery/controllers/items.php
parentd53f6d0e052fb455059170a311640fcd06cad798 (diff)
For consistency, use straight Kohana_404_Exception instead of the event system.
Diffstat (limited to 'modules/gallery/controllers/items.php')
-rw-r--r--modules/gallery/controllers/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/controllers/items.php b/modules/gallery/controllers/items.php
index 0bd47b2d..f261e3a9 100644
--- a/modules/gallery/controllers/items.php
+++ b/modules/gallery/controllers/items.php
@@ -21,7 +21,7 @@ class Items_Controller extends Controller {
public function __call($function, $args) {
$item = ORM::factory("item", (int)$function);
if (!$item->loaded()) {
- Event::run('system.404');
+ throw new Kohana_404_Exception();
}
// Redirect to the more specific resource type, since it will render