From: Steinar H. Gunderson Date: Mon, 25 Dec 2006 20:33:36 +0000 (+0100) Subject: Fix a typo; we don't auto-import stuff. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=d2389dffcfac50f01e2b59968f95779483500e5d;p=pr0n Fix a typo; we don't auto-import stuff. --- diff --git a/perl/Sesse/pr0n/pr0n.pm b/perl/Sesse/pr0n/pr0n.pm index 1395168..0175c95 100644 --- a/perl/Sesse/pr0n/pr0n.pm +++ b/perl/Sesse/pr0n/pr0n.pm @@ -37,7 +37,7 @@ sub handler { $r->set_content_length($size); $r->set_last_modified($mtime); - if((my $rc = $r->meets_conditions) != OK) { + if((my $rc = $r->meets_conditions) != Apache2::Const::OK) { return $rc; }