|
|
<p>Find this line in tags.php</p>
<p>$countQuery='select count(cid) as ct from jos_tag_term_content where tid='.$term->id;</p>
<p>and replace it with</p>
<p>$countQuery='select count(cid) as ct from #__tag_term_content where tid='.$term->id;</p> |
IP Logged
|