Remove unused var.
This commit is contained in:
parent
3f494ac765
commit
60994879d6
1 changed files with 0 additions and 1 deletions
|
@ -2620,7 +2620,6 @@ class JsonLdProcessor {
|
|||
}
|
||||
|
||||
// uniquely add key as a keyword alias and resort
|
||||
$aliases = $active_ctx->keywords->{$value};
|
||||
if(in_array($key, $active_ctx->keywords->{$value}) === false) {
|
||||
$active_ctx->keywords->{$value}[] = $key;
|
||||
usort($active_ctx->keywords->{$value},
|
||||
|
|
Loading…
Reference in a new issue