From 698a75d903e922fec12bfa7e8d744780283a3e25 Mon Sep 17 00:00:00 2001 From: jean Date: Sat, 25 May 2013 11:37:26 +1200 Subject: [PATCH] FIX Correct page title shown when restoring a page, instead of html of tree node --- code/controllers/CMSMain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) )) );