Merge pull request #7884 from MrPetovan/bug/7834-ignore-reload
Restore post reload after (un)ignore
This commit is contained in:
commit
6531819971
3 changed files with 9 additions and 7 deletions
|
@ -149,7 +149,7 @@ class System extends BaseObject
|
|||
* and adds an application/json HTTP header to the output.
|
||||
* After finishing the process is getting killed.
|
||||
*
|
||||
* @param array $x The input content.
|
||||
* @param mixed $x The input content.
|
||||
* @param string $content_type Type of the input (Default: 'application/json').
|
||||
*/
|
||||
public static function jsonExit($x, $content_type = 'application/json') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue