mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
s/metadatatag/key
This commit is contained in:
@@ -22,7 +22,7 @@ class MatchExpression extends Node
|
||||
public function buildQuery(QueryContext $context)
|
||||
{
|
||||
if (!$this->key->isValueCompatible($this->value, $context)) {
|
||||
throw new QueryException(sprintf('Value "%s" for metadata tag "%s" is not valid.', $this->value, $this->key));
|
||||
throw new QueryException(sprintf('Value "%s" for key "%s" is not valid.', $this->value, $this->key));
|
||||
}
|
||||
|
||||
return [
|
||||
|
Reference in New Issue
Block a user