From: konrad Date: Wed, 28 Jul 2010 06:45:28 +0000 (+0000) Subject: fix: forgot to write transaction handlers X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=9ec4a2b935a592d6c444cd6d8c7e95f53169109a;p=web%2Fkonrad%2Fpack.git fix: forgot to write transaction handlers git-svn-id: https://silmor.de/svn/softmagic/pack/trunk@577 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- 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());