diff --git a/modules/point/point.controller.php b/modules/point/point.controller.php index 16674758c..76fff08bf 100644 --- a/modules/point/point.controller.php +++ b/modules/point/point.controller.php @@ -487,8 +487,8 @@ $point = $args->point; // If there are points, update, if no, insert $oPointModel = &getModel('point'); - if($oPointModel->isExistsPoint($member_srl)) $output = executeQuery("point.updatePoint", $args); - else $output = executeQuery("point.insertPoint", $args); + if($oPointModel->isExistsPoint($member_srl)) executeQuery("point.updatePoint", $args); + else executeQuery("point.insertPoint", $args); // Get a new level $level = $oPointModel->getLevel($point, $config->level_step); // If existing level and a new one are different attempt to set a point group