소스 검색

Fixed http://phpazure.codeplex.com/WorkItem/View.aspx?WorkItemId=3331

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19882 44c647ce-9c0f-0410-b52a-842ac1e357ba
maartenba 16 년 전
부모
커밋
75cce557f0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      library/Zend/Service/WindowsAzure/SessionHandler.php

+ 1 - 1
library/Zend/Service/WindowsAzure/SessionHandler.php

@@ -65,7 +65,7 @@ class Zend_Service_WindowsAzure_SessionHandler
      * @param string $sessionTable Session table name
      * @param string $sessionTable Session table name
      * @param string $sessionTablePartition Session table partition
      * @param string $sessionTablePartition Session table partition
      */
      */
-    public function __construct(Zend_Service_WindowsAzure_Storage_Table $tableStorage, $sessionTable = 'php-sessions', $sessionTablePartition = 'sessions')
+    public function __construct(Zend_Service_WindowsAzure_Storage_Table $tableStorage, $sessionTable = 'phpsessions', $sessionTablePartition = 'sessions')
 	{
 	{
 	    // Set properties
 	    // Set properties
 		$this->_tableStorage = $tableStorage;
 		$this->_tableStorage = $tableStorage;