FIX Correct page title shown when restoring a page, instead of html of tree node

This commit is contained in:
jean 2013-05-25 11:37:26 +12:00
parent 7f174f0a8d
commit 698a75d903

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)
))
);