Update at-ease calls

Bug: T187037
Change-Id: I9b681cf900a3aaf1be3e688d12e3e83f44bff91b
This commit is contained in:
Reedy 2018-04-18 14:30:21 +00:00
parent 6be48e2f7a
commit 73f21a1155

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 // Clear the "last error", so if proc_open fails we can know any
// warning was generated by that. // warning was generated by that.
\MediaWiki\suppressWarnings(); Wikimedia\suppressWarnings();
trigger_error( '' ); trigger_error( '' );
\MediaWiki\restoreWarnings(); Wikimedia\restoreWarnings();
$this->proc = proc_open( $this->proc = proc_open(
$cmd, $cmd,