Update bookmarks-thumbnail.inc.tpl.php
avoid warning
This commit is contained in:
parent
a89a4c07b8
commit
61f6cf4789
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
|||
*
|
||||
* Expects a $row variable with bookmark data.
|
||||
*/
|
||||
//2023-12-20 add line to avoid warning
|
||||
if (!isset($GLOBALS['enableWebsiteThumbnails'])) return;
|
||||
|
||||
if (!$GLOBALS['enableWebsiteThumbnails']) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue