@@ -265,7 +265,7 @@ public function getLatestData(int $count = PMF_NUMBER_RECORDS_LATEST, ?string $l
265265
266266 $ title = $ row ->question ;
267267 $ url = sprintf (
268- '%sindex.php?%saction=faq& cat=%d& id=%d& artlang=%s ' ,
268+ '%sindex.php?%saction=faq&cat=%d&id=%d&artlang=%s ' ,
269269 $ this ->configuration ->getDefaultUrl (),
270270 $ sids ,
271271 $ row ->category_id ,
@@ -372,7 +372,7 @@ public function getTrendingData(int $count = PMF_NUMBER_RECORDS_TRENDING, ?strin
372372
373373 $ title = $ row ->question ;
374374 $ url = sprintf (
375- '%sindex.php?action=faq& cat=%d& id=%d& artlang=%s ' ,
375+ '%sindex.php?action=faq&cat=%d&id=%d&artlang=%s ' ,
376376 $ this ->configuration ->getDefaultUrl (),
377377 $ row ->category_id ,
378378 $ row ->id ,
@@ -491,7 +491,7 @@ public function getTopTenData(
491491
492492 $ title = $ row ->question ;
493493 $ url = sprintf (
494- '%sindex.php?%saction=faq& cat=%d& id=%d& artlang=%s ' ,
494+ '%sindex.php?%saction=faq&cat=%d&id=%d&artlang=%s ' ,
495495 $ this ->configuration ->getDefaultUrl (),
496496 $ sids ,
497497 $ row ->category_id ,
@@ -601,7 +601,7 @@ public function getTopVotedData(int $count = PMF_NUMBER_RECORDS_TOPTEN, ?string
601601
602602 $ title = $ row ->thema ;
603603 $ url = sprintf (
604- '%sindex.php?%saction=faq& cat=%d& id=%d& artlang=%s ' ,
604+ '%sindex.php?%saction=faq&cat=%d&id=%d&artlang=%s ' ,
605605 $ this ->configuration ->getDefaultUrl (),
606606 $ sids ,
607607 $ row ->category_id ,
0 commit comments