MetaData::getMetaDataFields should be Asset::getMetaDataFields
This commit is contained in:
parent
02ab7adbc5
commit
43ed7b054f
1 changed files with 1 additions and 1 deletions
|
|
@ -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....
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue