From: Jess Robinson Date: Mon, 21 May 2012 13:04:44 +0000 (+0000) Subject: Change to using the merged Directory as the User store X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5a9859b75bd75c656d739c7228c9cf79139922c1;p=scpubgit%2Fstemmaweb.git Change to using the merged Directory as the User store --- diff --git a/lib/stemmaweb.pm b/lib/stemmaweb.pm index 3366055..b7f1c85 100644 --- a/lib/stemmaweb.pm +++ b/lib/stemmaweb.pm @@ -67,7 +67,7 @@ __PACKAGE__->config( }, store => { class => 'Model::KiokuDB', - model_name => 'User', + model_name => 'Directory', }, }, openid => {