// Merge -> revision 8014
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
if (!defined('_CAN_LOAD_FILES_'))
|
||||
if (!defined('_PS_VERSION_'))
|
||||
exit;
|
||||
|
||||
class LoyaltyModule extends ObjectModel
|
||||
@@ -240,4 +240,4 @@ class LoyaltyModule extends ObjectModel
|
||||
VALUES ('.(int)($this->id).', '.(int)($this->id_loyalty_state).', '.(int)($this->points).', NOW())');
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user