BUG Correctly sanitise Title

This commit is contained in:
Michael Strong 2015-01-22 17:54:05 +13:00
parent ee4639ed74
commit 7733c4335e
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ class VirtualPage extends Page {
'VirtualPage.HEADERWITHLINK',
"This is a virtual page copying content from \"{title}\" ({link})",
array(
'title' => $this->CopyContentFrom()->Title,
'title' => $this->CopyContentFrom()->obj('Title'),
'link' => $link
)
);