URL decode title in media web lookup results.
This commit is contained in:
parent
b5c162db0b
commit
fc80933561
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class WebLookupMediaResult extends WebLookupResult implements \Uiharu\IHasMediaI
|
||||||
return $title;
|
return $title;
|
||||||
}
|
}
|
||||||
|
|
||||||
return basename($this->url->getPath());
|
return rawurldecode(basename($this->url->getPath()));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasSiteName(): bool {
|
public function hasSiteName(): bool {
|
||||||
|
|
Loading…
Reference in a new issue