From b1f99ee20cc9d9bafc1811aaca227909cccba904 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Fri, 28 Nov 2014 08:45:38 +0100 Subject: [PATCH] wrong argument to brisk_cds_execute fixed --- doc/testplan.txt | 1 + web/Obj/brisk.phh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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]); } -- 2.17.1