Skip to content

Commit

Permalink
Dev: added quotes around asst version number
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Feb 9, 2018
1 parent b6df690 commit eff9198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/SettingGlobal.php
Expand Up @@ -86,7 +86,7 @@ static public function increaseAssetsversionnumber()

foreach ($versionlines as $line) {
if (strpos($line, 'assetsversionnumber') !== false) {
$line = '$config[\'assetsversionnumber\'] = '.$iAssetNumber.';'."\r\n";
$line = '$config[\'assetsversionnumber\'] = \''.$iAssetNumber.'\';'."\r\n";
}
fwrite($handle, $line);
}
Expand Down

0 comments on commit eff9198

Please sign in to comment.