Commit 205066a6 authored by Oana-Eliza Alexa's avatar Oana-Eliza Alexa
Browse files

fix self

1 merge request!76Draft: Resolve "Redesign notifications class"
Pipeline #32353 passed with stages
in 16 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -17,7 +17,7 @@ class Utils
$filtered = array_filter($array, function ($item) {
if (is_array($item)) {
// Recursively filter the sub-array
$item = $this->recursiveArrayFilter($item);
$item = self::recursiveArrayFilter($item);
// Only retain non-empty arrays
return !empty($item);
} else {
......
Supports Markdown
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