mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
s/metadatatag/key
This commit is contained in:
@@ -84,7 +84,7 @@ class RangeExpression extends Node
|
||||
private function assertValueCompatible($value, QueryContext $context)
|
||||
{
|
||||
if (!$this->key->isValueCompatible($value, $context)) {
|
||||
throw new QueryException(sprintf('Value "%s" for metadata tag "%s" is not valid.', $value, $this->key));
|
||||
throw new QueryException(sprintf('Value "%s" for key "%s" is not valid.', $value, $this->key));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user