From 5341940adeb5e4150068c0fb4275b6bd2a37335f Mon Sep 17 00:00:00 2001
From: unknown <David.Lohmeyer@.acton.office>
Date: Thu, 9 Jun 2011 14:24:34 -0400
Subject: [PATCH] Issue 829170: Fixed back button making forward button malfunction after going back in a route.

---
 pageroute.route.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pageroute.route.inc b/pageroute.route.inc
index d9792e6..ed114f9 100644
--- a/pageroute.route.inc
+++ b/pageroute.route.inc
@@ -124,7 +124,7 @@ class PagerouteRoute {
       }
       $i = 0;
       do {
-        $this->pageDataPrevious = &$this->pageDataCurrent;
+        
         $this->pageDataCurrent = &$this->getPage($page_name, $target);
         $name = $this->pageDataCurrent;
         $page_name = $this->pageDataCurrent->name;
-- 
1.7.3.1.msysgit.0

