Skip to content

Commit

Permalink
Fixed insert tags (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed May 8, 2017
1 parent 3524b77 commit 28caf11
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ public function onReplaceInsertTags($insertTag)

return Controller::replaceInsertTags(
sprintf(
'{{link%s::%s}}',
substr($parts[0], 14),
'{{%s::%s}}',
substr($parts[0], 15),
$targetPage->id
)
);
Expand Down

0 comments on commit 28caf11

Please sign in to comment.