SQL Syntax ERR in hubloc.php

This commit is contained in:
7t4 2024-09-08 02:06:29 +00:00
parent b7025ea9b4
commit 79a6ab58d9

View file

@ -87,7 +87,7 @@ function prune_hub_reinstalls()
{
$r = q(
"select site_url from site where site_type = %d && site_url != '%s'",
"select site_url from site where site_type = %d and site_url != '%s'",
intval(SITE_TYPE_ZOT),
dbesc(z_root())
);