diff --git a/code/controllers/CMSMain.php b/code/controllers/CMSMain.php index cf7209fd..87d7358a 100644 --- a/code/controllers/CMSMain.php +++ b/code/controllers/CMSMain.php @@ -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) )) );