From 67a47e3579e92a72e75f27fbf1b6b4008b8b08b4 Mon Sep 17 00:00:00 2001 From: haneul Date: Tue, 17 Mar 2009 05:01:58 +0000 Subject: [PATCH] #17836542 : Fix the bug occurred when adding / deleting points git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5885 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/point/point.controller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/point/point.controller.php b/modules/point/point.controller.php index c4c7e60e2..11e76d394 100644 --- a/modules/point/point.controller.php +++ b/modules/point/point.controller.php @@ -476,6 +476,7 @@ $args->point = $point; if($args->point < 0) $args->point = 0; } + $point = $args->point; // 포인트가 있는지 체크