Skip to content

Commit

Permalink
Do createAccessLog on log, not log_slave.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Apr 4, 2003
1 parent 92fd237 commit 60a5729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slash/Utility/Environment/Environment.pm
Expand Up @@ -1906,7 +1906,7 @@ sub writeLog {
sub createLog {
my($uri, $dat, $status) = @_;
my $constants = getCurrentStatic();
my $logdb = getObject('Slash::DB', { db_type => 'log_slave' });
my $logdb = getObject('Slash::DB', { db_type => 'log' });
my $page = qr|\d{2}/\d{2}/\d{2}/\d{4,7}|;
Expand Down

0 comments on commit 60a5729

Please sign in to comment.