mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
Update a few more occurrences of ORM/Database -> Database_Builder
This commit is contained in:
@@ -22,7 +22,8 @@ class Admin_Advanced_Settings_Controller extends Admin_Controller {
|
||||
$view = new Admin_View("admin.html");
|
||||
$view->content = new View("admin_advanced_settings.html");
|
||||
$view->content->vars = ORM::factory("var")
|
||||
->order_by("module_name", "name")
|
||||
->order_by("module_name")
|
||||
->order_by("name")
|
||||
->find_all();
|
||||
print $view;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user