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 8a28620..467bf58 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 bc53cac..eeac879 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]);
     }