1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/14284] Update routes

PHPBB3-14285
This commit is contained in:
rubencm
2019-06-22 01:36:45 +00:00
parent 278d4d8318
commit e6c6d01e0a
2 changed files with 6 additions and 6 deletions

View File

@@ -1417,7 +1417,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 = self::$root_url . "download/file.php?id={$attachment['id']}";
$url = self::$root_url . "download/attachment/{$attachment['id']}";
$string = "Attachment #{$i}";
if ($attachment['displayed'])