Merge pull request #755 from patbolo/restored-page-correct-title

FIX Correct page title shown when restoring a page, instead of html of t...
This commit is contained in:
Sean Harvey 2013-05-24 18:45:38 -07:00
commit 9c1a69ae08
1 changed files with 1 additions and 1 deletions

View File

@ -1259,7 +1259,7 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
rawurlencode(_t(
'CMSMain.RESTORED',
"Restored '{title}' successfully",
array('title' => $restoredPage->TreeTitle)
array('title' => $restoredPage->Title)
))
);