From f6d65e533c62f6deb21342d4901ece24497b433e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 4 Jun 2015 07:31:04 +0200 Subject: Update to MediaWiki 1.25.1 --- includes/externalstore/ExternalStore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/externalstore/ExternalStore.php') diff --git a/includes/externalstore/ExternalStore.php b/includes/externalstore/ExternalStore.php index 688130e0..ea04cc85 100644 --- a/includes/externalstore/ExternalStore.php +++ b/includes/externalstore/ExternalStore.php @@ -197,7 +197,7 @@ class ExternalStore { } try { $url = $store->store( $path, $data ); // Try to save the object - } catch ( MWException $error ) { + } catch ( Exception $error ) { $url = false; } if ( strlen( $url ) ) { -- cgit v1.2.3-54-g00ecf