X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdb%2FLBFactory.php;h=16c43a009fbda2a1cc8cc4f262f08816aa5b2f26;hb=ca5497c3905cf5f7a8c47b5f10a6540da090fe11;hp=be82f4e467ec1799cbd57e17b17fd748a8958459;hpb=dfc977826c591f1087159c4794bab254b9cb34bf;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/db/LBFactory.php b/includes/db/LBFactory.php index be82f4e467..16c43a009f 100644 --- a/includes/db/LBFactory.php +++ b/includes/db/LBFactory.php @@ -300,7 +300,7 @@ class LBFactory_Fake extends LBFactory { function __construct( $conf ) { } - function newMainLB( $wiki = false) { + function newMainLB( $wiki = false ) { throw new DBAccessError; }