From 2d95e446f5e4019f49c9b7830cd9439577835b6a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 26 Mar 2011 10:33:09 +0000 Subject: [PATCH] Fix: Error label not saved --- htdocs/comm/action/class/cactioncomm.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/comm/action/class/cactioncomm.class.php b/htdocs/comm/action/class/cactioncomm.class.php index 393497721c2..ba506ad90f8 100644 --- a/htdocs/comm/action/class/cactioncomm.class.php +++ b/htdocs/comm/action/class/cactioncomm.class.php @@ -151,6 +151,7 @@ class CActionComm { } else { + $this->error=$this->db->lasterror(); return -1; } }