mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-13 10:30:12 -04:00
Remove extraneous view, not necessary
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user