Bug 95168

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1555 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2012-05-21 10:08:52 +00:00
parent 1cf3f34386
commit e2fa6e8ccb
1 changed files with 1 additions and 1 deletions

View File

@ -844,7 +844,7 @@ sub xml_dump_type
{
if (ref $_[0])
{
ref $_[0] =~ /^(?:([^=]*)=)?([^=\(]*)\(/;
ref($_[0]) =~ /^(?:([^=]*)=)?([^=\(]*)\(/;
my $r = { type => $2 };
$r->{class} = $1 if $1;
return $r;