mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Fix for linkword count.
This commit is contained in:
@@ -290,7 +290,10 @@ class e_tohtml_linkwords
|
|||||||
|
|
||||||
$hash = md5($lw);
|
$hash = md5($lw);
|
||||||
|
|
||||||
|
if(!isset($this->wordCount[$hash]))
|
||||||
|
{
|
||||||
$this->wordCount[$hash] = 0;
|
$this->wordCount[$hash] = 0;
|
||||||
|
}
|
||||||
|
|
||||||
foreach ($split_line as $sl)
|
foreach ($split_line as $sl)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user