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=1412c8fc68d91b462835227de583daa6f0935fb0;p=scpubgit%2Fstemmaweb.git Fix bug from previous tidy-up, User model went away, we now just use Directory --- diff --git a/lib/stemmaweb.pm b/lib/stemmaweb.pm index b7f1c85..3f66d19 100644 --- a/lib/stemmaweb.pm +++ b/lib/stemmaweb.pm @@ -87,7 +87,7 @@ __PACKAGE__->config( }, store => { class => 'Model::KiokuDB', - model_name => 'User', + model_name => 'Directory', }, auto_create_user => 1, },