mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-30 00:09:10 -04:00
Group Administration
This commit is contained in:
@@ -22,7 +22,6 @@ class Admin_Users_Controller extends Controller {
|
||||
$view = new Admin_View("admin.html");
|
||||
$view->content = new View("admin_users.html");
|
||||
$view->content->users = ORM::factory("user")->orderby("name")->find_all();
|
||||
$view->content->groups = ORM::factory("group")->orderby("name")->find_all();
|
||||
print $view;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user