diff options
author | Michael Meer <michael@meer.name> | 2013-09-09 10:30:37 +0200 |
---|---|---|
committer | Michael Meer <michael@meer.name> | 2013-09-09 10:30:37 +0200 |
commit | fd540cd5969f1c1d7234874340daa1aeb007ecfe (patch) | |
tree | 129fead6cc2f626ca18a708f6dd469ec37882862 /include | |
parent | 25a5a5ff4dd457398d762f0ff92f01b134b92eaa (diff) | |
download | volse-hubzilla-fd540cd5969f1c1d7234874340daa1aeb007ecfe.tar.gz volse-hubzilla-fd540cd5969f1c1d7234874340daa1aeb007ecfe.tar.bz2 volse-hubzilla-fd540cd5969f1c1d7234874340daa1aeb007ecfe.zip |
just a typo
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 88a7f4529..e9084496c 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1538,7 +1538,7 @@ function import_site($arr,$pubkey) { } } else { - $r = q("insert into site ( site_url, site_acccess, site_flags, site_update, site_directory, site_register ) + $r = q("insert into site ( site_url, site_access, site_flags, site_update, site_directory, site_register ) values ( '%s', %d, %d, '%s', '%s', %d )", dbesc(htmlentities($arr['url'],ENT_COMPAT,'UTF-8',false)), intval($site_directory), |