mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
s/metadatatag/key
This commit is contained in:
@@ -24,7 +24,7 @@ class EqualExpression 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));
|
||||
}
|
||||
|
||||
$query = [
|
||||
|
Reference in New Issue
Block a user