mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-11 17:01:00 +00:00
Merge "Update at-ease calls"
This commit is contained in:
commit
fb06f727f7
|
@ -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