Skip to content
Snippets Groups Projects
Commit 4fa2bdb7 authored by Marius Dumitru Florea's avatar Marius Dumitru Florea
Browse files

XWIKI-11473: Wiki UI extensions are executed with the rights of the current document content author

* Fix execute()
parent 9fd63531
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ public Block execute()
{
if (this.renderer != null) {
try {
this.suExecutor.call(new Callable<Block>()
return this.suExecutor.call(new Callable<Block>()
{
@Override
public Block call() throws Exception
......
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