projects
/
scpubgit/stemmatology.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4d4c578
)
Fix bug from previous tidy-up, User model went away, we now just use Directory
Jess Robinson [Mon, 28 May 2012 13:41:56 +0000 (13:41 +0000)]
stemmaweb/lib/stemmaweb.pm
patch
|
blob
|
blame
|
history
diff --git
a/stemmaweb/lib/stemmaweb.pm
b/stemmaweb/lib/stemmaweb.pm
index
b7f1c85
..
3f66d19
100644
(file)
--- 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,
},