mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 09:10:23 +02:00
More notice removal
This commit is contained in:
@@ -89,7 +89,7 @@ class e_tohtml_linkwords
|
||||
$this->lw_enabled = TRUE;
|
||||
}
|
||||
}
|
||||
if (!$temp)
|
||||
if (!vartrue($temp))
|
||||
{ // Either cache disabled, or no info in cache (or error reading/processing cache)
|
||||
$link_sql = new db;
|
||||
if($link_sql -> db_Select("linkwords", "*", "linkword_active!=1"))
|
||||
|
Reference in New Issue
Block a user