Skip to content
Snippets Groups Projects
Commit cbeec8e4 authored by David Siegfried's avatar David Siegfried Committed by Murtaza Sultani
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 180fd60f
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ class Resources_ResourceController extends AuthenticatedController ...@@ -27,7 +27,7 @@ class Resources_ResourceController extends AuthenticatedController
$this->edit_global_permissions = false; $this->edit_global_permissions = false;
$this->resource_id_parameter = count($args) > 0 ? $args[0] : null; $this->resource_id_parameter = $args[0] ?? null;
$this->resources = []; $this->resources = [];
$this->resource_ids = []; $this->resource_ids = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment