diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-22 10:39:13 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-22 10:39:13 +0000 |
commit | 47d068e4a8159031a1d8d07b7661f39e62256417 (patch) | |
tree | 94e4cead2df58b6fba2a4548dff4c89f01ea503a | |
parent | 03042850ada822efce9fed676e20829fb7db9cd9 (diff) |
Remove extraneous view, not necessary
-rw-r--r-- | modules/user/controllers/admin_users.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/user/controllers/admin_users.php b/modules/user/controllers/admin_users.php index 4ec96a1a..38e4e43a 100644 --- a/modules/user/controllers/admin_users.php +++ b/modules/user/controllers/admin_users.php @@ -25,7 +25,6 @@ class Admin_Users_Controller extends Controller { } public function edit($id) { - $view = new View("admin_users_edit.html"); $user = ORM::factory("user", $id); if (!$user->loaded) { kohana::show_404(); |