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 --- .../lib/Elastica/Connection/Strategy/Simple.php | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 vendor/ruflin/elastica/lib/Elastica/Connection/Strategy/Simple.php (limited to 'vendor/ruflin/elastica/lib/Elastica/Connection/Strategy/Simple.php') diff --git a/vendor/ruflin/elastica/lib/Elastica/Connection/Strategy/Simple.php b/vendor/ruflin/elastica/lib/Elastica/Connection/Strategy/Simple.php new file mode 100644 index 00000000..7c42dd3b --- /dev/null +++ b/vendor/ruflin/elastica/lib/Elastica/Connection/Strategy/Simple.php @@ -0,0 +1,30 @@ +isEnabled()) { + return $connection; + } + } + + throw new ClientException('No enabled connection'); + } +} -- cgit v1.2.3-54-g00ecf