]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
wrong argument to brisk_cds_execute fixed
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Fri, 28 Nov 2014 07:45:38 +0000 (08:45 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Fri, 28 Nov 2014 07:45:38 +0000 (08:45 +0100)
doc/testplan.txt
web/Obj/brisk.phh

index 8a286205a17957ae60ad3967941ed0177db0c3a9..467bf5859ede54d788e4759c83c8cab9f7c7a53d 100644 (file)
@@ -14,6 +14,7 @@ room
     . set and wakeup
     . set and logout
     . set and timeout
+  - timeout to sit again after table open
 table
   - normal exit
   - timeout exit
index bc53cac8fddf56d04f4728c2dd78340753a8592c..eeac879b7df9dd04b6fd7011ad57407d4efdbec1 100644 (file)
@@ -2390,7 +2390,7 @@ class Brisk
 
       $idx = $ghost;
       if (defined('CURL_DE_SAC_VERS')) {
-          brisk_cds_execute($this, $ghost, $real_idx, $sess, $ip, $authenticate, $header);
+          brisk_cds_execute($this, $ghost, $idx, $sess, $ip, $authenticate, $header);
       }
       return ($this->user[$ghost]);
     }