Merge "PostgreSQL: Port update-keys.sql to PostgreSQL"
[lhc/web/wiklou.git] / includes / MediaWiki.php
index 9585c5f..7ce6d1b 100644 (file)
@@ -446,7 +446,7 @@ class MediaWiki {
                        $this->triggerJobs();
                        $this->restInPeace();
                } catch ( Exception $e ) {
-                       MWExceptionHandler::handle( $e );
+                       MWExceptionHandler::handleException( $e );
                }
        }