@@ -64,7 +64,7 @@ |
||
64 | 64 | 'writeNumberOfArticles' => $plr->getMsg('plmsgHomeArticlesOnline', $faq->getNumberOfRecords($LANGCODE)), |
65 | 65 | 'writeSendAdress' => '?'.$sids.'action=search', |
66 | 66 | 'searchBox' => $PMF_LANG['msgSearch'], |
67 | - 'categoryId' => ($cat === 0) ? '%' : (int) $cat, |
|
67 | + 'categoryId' => ($cat === 0) ? '%' : (int)$cat, |
|
68 | 68 | 'msgSearch' => sprintf( |
69 | 69 | '<a class="help" href="%sindex.php?action=search">%s</a>', |
70 | 70 | $faqSystem->getSystemUri($faqConfig), |