From: Jess Robinson Date: Mon, 28 May 2012 13:41:56 +0000 (+0000) Subject: Fix bug from previous tidy-up, User model went away, we now just use Directory X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=786f97616711971fd5d6bd6397e878a34635298f;hp=4d4c578966a8dde9fdf7d1a1c339435344f91c47;p=scpubgit%2Fstemmatology.git Fix bug from previous tidy-up, User model went away, we now just use Directory --- diff --git a/stemmaweb/lib/stemmaweb.pm b/stemmaweb/lib/stemmaweb.pm index b7f1c85..3f66d19 100644 --- a/stemmaweb/lib/stemmaweb.pm +++ b/stemmaweb/lib/stemmaweb.pm @@ -87,7 +87,7 @@ __PACKAGE__->config( }, store => { class => 'Model::KiokuDB', - model_name => 'User', + model_name => 'Directory', }, auto_create_user => 1, },