Stupid typo...

This commit is contained in:
zach%zachlipton.com 2006-06-20 23:13:29 +00:00
parent afc63ca5f3
commit 1f3b40a15e

View File

@ -84,7 +84,7 @@ sub getCookie {
my $c = Litmus->cgi();
my $product = shift;
return Litmus::Sysconfig->
return Litmus::SysConfig->
realGetCookie($configcookiename.'_'.$product->product_id());
}