Skip to content
Snippets Groups Projects
Commit 70fbbda6 authored by tmortagne's avatar tmortagne
Browse files

XWIKI-7692: java.lang.ClassCastException when viewing installed extensions

Safer installed extension namespaces
parent f56e98e0
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ public boolean isInstalled(String namespace)
@Override
public Collection<String> getNamespaces()
{
return getWrapped().getNamespaces();
return safe(getWrapped().getNamespaces());
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment