From: Aaron Schulz Date: Thu, 3 Jul 2014 23:37:25 +0000 (-0700) Subject: Fixed broken exception code X-Git-Tag: 1.31.0-rc.0~15101^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=3993b6a4de4459eaacfdaef52bdec272ceebb980;p=lhc%2Fweb%2Fwiklou.git Fixed broken exception code Change-Id: Id399cb22f183d75acc006e698feb161bd12096bd --- diff --git a/includes/libs/HashRing.php b/includes/libs/HashRing.php index df990981df..2022b225c7 100644 --- a/includes/libs/HashRing.php +++ b/includes/libs/HashRing.php @@ -198,7 +198,7 @@ class HashRing { } } if ( !$this->liveRing ) { - throw UnexpectedValueException( "The live ring is currently empty." ); + throw new UnexpectedValueException( "The live ring is currently empty." ); } return $this->liveRing;