From da1ac6dda1e5ead10d70cd7bc83a865f0224cbb7 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sun, 23 Jun 2013 17:25:53 +0300 Subject: [PATCH] fix orm exception --- ipf/orm.php | 7 +++---- ipf/orm/exception/orm.php | 7 ++----- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/ipf/orm.php b/ipf/orm.php index d3427c3..caef4cd 100644 --- a/ipf/orm.php +++ b/ipf/orm.php @@ -1,6 +1,7 @@ 'unknown error', IPF_ORM::ERR_ALREADY_EXISTS => 'already exists', @@ -45,9 +46,5 @@ class IPF_ORM_Exception extends IPF_Exception_Base{ return isset(self::$_errorMessages[$value]) ? self::$_errorMessages[$value] : self::$_errorMessages[IPF_ORM::ERR]; } - } - - - -- 2.49.0