mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
Merge branch '3.1.x'
* 3.1.x: [ticket/13988] Update tests [ticket/13988] Use absolute path for image attachments in feeds
This commit is contained in:
@@ -1404,7 +1404,7 @@ class phpbb_functional_feed_test extends phpbb_functional_test_case
|
||||
$content = $crawler->filterXPath("//entry[{$entry_id}]/content")->text();
|
||||
foreach ($attachments as $i => $attachment)
|
||||
{
|
||||
$url = "./download/file.php?id={$attachment['id']}";
|
||||
$url = self::$root_url . "download/file.php?id={$attachment['id']}";
|
||||
$string = "Attachment #{$i}";
|
||||
|
||||
if ($attachment['displayed'])
|
||||
|
Reference in New Issue
Block a user