Merge "Update at-ease calls"

This commit is contained in:
jenkins-bot 2018-04-18 18:47:16 +00:00 committed by Gerrit Code Review
commit fb06f727f7

View file

@ -246,9 +246,9 @@ class Scribunto_LuaStandaloneInterpreter extends Scribunto_LuaInterpreter {
// Clear the "last error", so if proc_open fails we can know any
// warning was generated by that.
\MediaWiki\suppressWarnings();
Wikimedia\suppressWarnings();
trigger_error( '' );
\MediaWiki\restoreWarnings();
Wikimedia\restoreWarnings();
$this->proc = proc_open(
$cmd,