Index: branches/version-2_4/data/class/pages/LC_Page.php
===================================================================
--- branches/version-2_4/data/class/pages/LC_Page.php	(revision 17652)
+++ branches/version-2_4/data/class/pages/LC_Page.php	(revision 17765)
@@ -126,5 +126,6 @@
             $netURL->addQueryString(TRANSACTION_ID_NAME, $this->getToken());
             header("Location: " . $netURL->getURL());
-            return true;
+            //return true;
+            exit();
         }
         return false;
@@ -261,8 +262,8 @@
             $rootPath = ltrim($rootPath, "/");
         }
-        
+
         return $rootPath;
     }
-    
+
     /**
      * ページをリロードする.
