зеркало из https://github.com/mozilla/pjs.git
Fix for bug 178801: Missing &:: caused function call to fail, resulting in server error.
r=justdave a=justdave
This commit is contained in:
Родитель
26e5aeaa8e
Коммит
677e576def
|
@ -968,7 +968,7 @@ sub SqlifyDate {
|
|||
my $date = str2time($str);
|
||||
if (!defined($date)) {
|
||||
$::vars->{'date'} = $str;
|
||||
ThrowUserError("illegal_date");
|
||||
&::ThrowUserError("illegal_date");
|
||||
}
|
||||
return time2str("%Y-%m-%d %H:%M:%S", $date);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче