From 8879776d6436ed5257648a1873ddaa9486b25070 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 23 Oct 2022 14:02:19 +0200 Subject: fix php warnings --- Zotlabs/Daemon/Checksites.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Zotlabs/Daemon/Checksites.php') diff --git a/Zotlabs/Daemon/Checksites.php b/Zotlabs/Daemon/Checksites.php index 7227e96e4..eacf8c6bc 100644 --- a/Zotlabs/Daemon/Checksites.php +++ b/Zotlabs/Daemon/Checksites.php @@ -10,6 +10,9 @@ class Checksites { logger('checksites: start'); + $site_id = ''; + $sql_options = ''; + if (($argc > 1) && ($argv[1])) $site_id = $argv[1]; -- cgit v1.2.3