Ignore:
Timestamp:
Nov 26, 2014 1:44:15 PM (10 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/services/controllers/recharge.php

    r625 r627  
    2525                $timeToUnlock = $this->config->item('topup_unlock_minute');
    2626
    27                 $isLocked = createLockFile($lockFilePreFix, $maxReach, $timeToUnlock, $lockFilePath, 1);
     27                $isLocked = createLockFile($lockFilePreFix, $maxReach, $timeToUnlock, $lockFilePath, TRUE);
    2828                $chargCard = _SBG_CARD_PAY_SUCCESS;
    2929                $result = array();
     
    6666                        }
    6767                        else {
    68                                 $isLocked = createLockFile($lockFilePreFix, $maxReach, $timeToUnlock, $lockFilePath);
     68                                $isLocked = createLockFile($lockFilePreFix, $maxReach, $timeToUnlock, $lockFilePath, FALSE);
    6969                                $errMsg = $isLocked == 1 ? $chargErrMsg .'<br />'.$lockedMsg : $chargErrMsg;
    7070                        }
Note: See TracChangeset for help on using the changeset viewer.