diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index a7209ab77..a23742fac 100644 --- a/include/zot.php +++ b/include/zot.php @@ -2760,7 +2760,7 @@ function import_site($arr, $pubkey) { dbesc(datetime_convert()), dbesc($sellpage), dbesc($site_realm), - dbeswc($site_project), + dbesc($site_project), dbesc($url) ); if(! $r) { |