diff options
Diffstat (limited to 'includes/externalstore/ExternalStore.php')
-rw-r--r-- | includes/externalstore/ExternalStore.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) ) { |