Skip to content
Snippets Groups Projects
Commit e3ffa169 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fix for contacts list > 255 characters

parent 2ee8b744
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@ __PACKAGE__->SUPER::register_db (
username => 'fake',
);
Rose::DB->max_array_characters(500);
sub register_db {
my ($pkg, %args) = @_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment