Fix basePath in unit tests reference DB
This commit is contained in:
parent
624123177f
commit
f7f08ceec1
9 changed files with 27 additions and 28 deletions
application/updater
|
@ -157,7 +157,7 @@ class Updater
|
|||
&& 1 === preg_match('/^\?([a-zA-Z0-9-_@]{6})($|&|#)/', $bookmark->getUrl(), $match)
|
||||
) {
|
||||
$updated = true;
|
||||
$bookmark = $bookmark->setUrl($this->basePath . '/shaare/' . $match[1]);
|
||||
$bookmark = $bookmark->setUrl('/shaare/' . $match[1]);
|
||||
|
||||
$this->bookmarkService->set($bookmark, false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue