Changeset 627 for pro-violet-viettel/sourcecode/application/modules/services/controllers/recharge.php
- Timestamp:
- Nov 26, 2014 1:44:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/services/controllers/recharge.php
r625 r627 25 25 $timeToUnlock = $this->config->item('topup_unlock_minute'); 26 26 27 $isLocked = createLockFile($lockFilePreFix, $maxReach, $timeToUnlock, $lockFilePath, 1);27 $isLocked = createLockFile($lockFilePreFix, $maxReach, $timeToUnlock, $lockFilePath, TRUE); 28 28 $chargCard = _SBG_CARD_PAY_SUCCESS; 29 29 $result = array(); … … 66 66 } 67 67 else { 68 $isLocked = createLockFile($lockFilePreFix, $maxReach, $timeToUnlock, $lockFilePath );68 $isLocked = createLockFile($lockFilePreFix, $maxReach, $timeToUnlock, $lockFilePath, FALSE); 69 69 $errMsg = $isLocked == 1 ? $chargErrMsg .'<br />'.$lockedMsg : $chargErrMsg; 70 70 }
Note: See TracChangeset
for help on using the changeset viewer.