From: Matteo Nastasi (mop) Date: Fri, 28 Nov 2014 07:45:38 +0000 (+0100) Subject: wrong argument to brisk_cds_execute fixed X-Git-Tag: v4.16.0~2 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=b1f99ee20cc9d9bafc1811aaca227909cccba904 wrong argument to brisk_cds_execute fixed --- diff --git a/doc/testplan.txt b/doc/testplan.txt index 8a28620..467bf58 100644 --- a/doc/testplan.txt +++ b/doc/testplan.txt @@ -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 diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index bc53cac..eeac879 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -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]); }