Skip to content
Snippets Groups Projects
Commit 5b6d1bff authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

XWIKI-5027: Improve included content transformation

* fix typo
parent c516234d
No related branches found
No related tags found
No related merge requests found
...@@ -180,7 +180,7 @@ public List<Block> execute(IncludeMacroParameters parameters, String content, Ma ...@@ -180,7 +180,7 @@ public List<Block> execute(IncludeMacroParameters parameters, String content, Ma
if (parametersContext == Context.CURRENT) { if (parametersContext == Context.CURRENT) {
// Step 7: If the include macro is explicitly configured to be executed with the included document content // Step 7: If the include macro is explicitly configured to be executed with the included document content
// author of if that author does not have programming right, execute it right away // author or if that author does not have programming right, execute it right away
// Get the translated version of the document to get the content author // Get the translated version of the document to get the content author
DocumentModelBridge translatedDocumentBridge; DocumentModelBridge translatedDocumentBridge;
try { try {
......
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