[Frameworkspider-svn] spider-commit [68]

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2009年 4月 21日 (火) 11:03:55 JST


Revision: 68
          http://svn.sourceforge.jp/view?root=frameworkspider&view=rev&rev=68
Author:   m_nakashima
Date:     2009-04-21 11:03:55 +0900 (Tue, 21 Apr 2009)

Log Message:
-----------


Modified Paths:
--------------
    current/DATA/lib/spider/HttpRequest.class.php


-------------- next part --------------
Modified: current/DATA/lib/spider/HttpRequest.class.php
===================================================================
--- current/DATA/lib/spider/HttpRequest.class.php	2009-04-21 01:51:00 UTC (rev 67)
+++ current/DATA/lib/spider/HttpRequest.class.php	2009-04-21 02:03:55 UTC (rev 68)
@@ -165,7 +165,7 @@
 		$this->optimizeSession();
 		$value			= null;
 		$current_scope	= dirname( $_SERVER['REQUEST_URI'] );
-		while( strlen($current_scope) > 0 ) {
+		while( strlen($current_scope) > 1 ) {
 			$target_key		= $current_scope.'/'.$key;
 			if( isset( $_SESSION ) && isset($_SESSION[$target_key]) ) {
 				return unserialize($_SESSION[$target_key]);



Frameworkspider-svn メーリングリストの案内
アーカイブの一覧に戻る