mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 14:03:27 +00:00
Coding standards
This commit is contained in:
@@ -42,7 +42,7 @@ class module_admin_route_users
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
public function export(Symfony\Component\HttpFoundation\Request $request)
|
||||
{
|
||||
$appbox = appbox::get_instance();
|
||||
@@ -143,8 +143,8 @@ class module_admin_route_users
|
||||
if (is_null($v))
|
||||
$this->query_parms[$k] = false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
$query = new User_Query($appbox);
|
||||
$templates = $query
|
||||
->only_templates(true)
|
||||
|
Reference in New Issue
Block a user