Skip to content
Snippets Groups Projects
Commit b23a3c26 authored by Demian Katz's avatar Demian Katz
Browse files

Remove unused variable.

parent d2f3a1d5
No related merge requests found
......@@ -93,7 +93,7 @@ class PermissionManager
*/
public function permissionRuleExists($context)
{
foreach ($this->config as $key => $value) {
foreach ($this->config as $value) {
if (!isset($value['permission'])) {
continue;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment