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=77be2fb44c685b3ed0c0aca3473d6d8ef8f3e2c9;p=scpubgit%2Fstemmatology.git Change to using the merged Directory as the User store --- diff --git a/stemmaweb/lib/stemmaweb.pm b/stemmaweb/lib/stemmaweb.pm index 3366055..b7f1c85 100644 --- a/stemmaweb/lib/stemmaweb.pm +++ b/stemmaweb/lib/stemmaweb.pm @@ -67,7 +67,7 @@ __PACKAGE__->config( }, store => { class => 'Model::KiokuDB', - model_name => 'User', + model_name => 'Directory', }, }, openid => {