Fix typo
This commit is contained in:
parent
c91878c9a3
commit
1901c650e5
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ sub addWelcomeMessageTemplateToSettings {
|
|||
sub addRssLimit {
|
||||
my $session = shift;
|
||||
print "\tAdding rssLimit to RSSCapable table, if needed... " unless $quiet;
|
||||
my $sth = $session->db->read('describe RSSCapable rssCableRssLimit');
|
||||
my $sth = $session->db->read('describe RSSCapable rssCapableRssLimit');
|
||||
if (! defined $sth->hashRef) {
|
||||
$session->db->write("alter table RSSCapable add column rssCableRssLimit integer");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue