From 9ec4a2b935a592d6c444cd6d8c7e95f53169109a Mon Sep 17 00:00:00 2001 From: konrad Date: Wed, 28 Jul 2010 06:45:28 +0000 Subject: [PATCH] fix: forgot to write transaction handlers git-svn-id: https://silmor.de/svn/softmagic/pack/trunk@577 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- woc/php/phptrans.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/woc/php/phptrans.cpp b/woc/php/phptrans.cpp index a0976db..1639edb 100644 --- a/woc/php/phptrans.cpp +++ b/woc/php/phptrans.cpp @@ -109,7 +109,7 @@ void WocPHPTransaction::newTransaction(const WocTransaction&trn) tf.write(code.toAscii()); //request handler: - code+=trnHandlers(trn); + tf.write(trnHandlers(trn).toAscii()); //getters/setters tf.write(trnGetSet(trn).toAscii()); -- 1.7.2.5