From a1789ddde42033f1b05cc4929491214ee6e79383 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 17 Dec 2015 09:15:42 +0100 Subject: Update to MediaWiki 1.26.0 --- includes/tidy/RaggettInternalHHVM.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 includes/tidy/RaggettInternalHHVM.php (limited to 'includes/tidy/RaggettInternalHHVM.php') diff --git a/includes/tidy/RaggettInternalHHVM.php b/includes/tidy/RaggettInternalHHVM.php new file mode 100644 index 00000000..2a3986df --- /dev/null +++ b/includes/tidy/RaggettInternalHHVM.php @@ -0,0 +1,29 @@ +config['tidyConfigFile'], 'utf8' ); + if ( $cleansource === false ) { + $cleansource = null; + $retval = -1; + } else { + $retval = 0; + } + + return $cleansource; + } +} -- cgit v1.2.3-54-g00ecf