[geeklog-cvs] Geeklog-1.x/system lib-webservices.php,1.28,1.29

Dirk Haun dhaun at qs1489.pair.com
Thu Jan 3 11:22:02 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/system
In directory qs1489.pair.com:/tmp/cvs-serv99852/system

Modified Files:
	lib-webservices.php 
Log Message:
Set 'id' (not 'sid') for the GET-after-POST, so it works with plugins, too ...


Index: lib-webservices.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-webservices.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** lib-webservices.php	3 Jan 2008 14:04:42 -0000	1.28
--- lib-webservices.php	3 Jan 2008 16:22:00 -0000	1.29
***************
*** 186,190 ****
          $getargs = array();
          $getargs['gl_svc'] = true;
!         $getargs['sid'] = $svc_msg['id'];
  
          $ret = PLG_invokeService($WS_PLUGIN, 'get', $getargs, $out, $svc_msg);
--- 186,190 ----
          $getargs = array();
          $getargs['gl_svc'] = true;
!         $getargs['id'] = $svc_msg['id'];
  
          $ret = PLG_invokeService($WS_PLUGIN, 'get', $getargs, $out, $svc_msg);




More information about the geeklog-cvs mailing list