Fixes the changelogs being absolutely deleted only (#15586)
* Update files * extra and hidden stuff
This commit is contained in:
@@ -832,6 +832,9 @@ function checkchangelog($payload, $compile = true) {
|
||||
$currentchangelogblock[] = array('type' => 'balance', 'body' => $item);
|
||||
}
|
||||
break;
|
||||
case 'tgs':
|
||||
$currentchangelogblock[] = array('type' => 'tgs', 'body' => $item);
|
||||
break;
|
||||
case 'code_imp':
|
||||
case 'code':
|
||||
if($item != 'changed some code'){
|
||||
|
||||
Reference in New Issue
Block a user