MetaData::getMetaDataFields should be Asset::getMetaDataFields

This commit is contained in:
Colin Kuskie 2005-04-03 07:15:19 +00:00
parent 02ab7adbc5
commit 43ed7b054f

View file

@ -373,7 +373,7 @@ sub _drawQueryBuilder {
};
# Get the fields and count them
my $fields = WebGUI::MetaData::getMetaDataFields();
my $fields = WebGUI::Asset::getMetaDataFields();
my $fieldCount = scalar(keys %$fields);
unless ($fieldCount) { # No fields found....