mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-27 17:50:06 +00:00
Update at-ease calls
Bug: T187037 Change-Id: I9b681cf900a3aaf1be3e688d12e3e83f44bff91b
This commit is contained in:
parent
6be48e2f7a
commit
73f21a1155
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue