Unverified Commit 5324c78d authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(archive) Fix ACL crash when archive is active

issue #6119
Showing with 1 addition and 1 deletion
+1 -1
......@@ -1143,7 +1143,7 @@ class config
}
if (class_available('archivedObject') && archivedObject::isArchiveActive($obj)) {
$this->data['OBJECTS'][$obj]['archiveActive'] = TRUE;
$this->data['CATEGORIES'][$cat]['classes'][] = 'archive';
$this->data['CATEGORIES'][$cat]['classes'][] = 'archivedObject';
}
}
}
......
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