aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorMichael Meer <michael@meer.name>2013-09-09 10:30:37 +0200
committerMichael Meer <michael@meer.name>2013-09-09 10:30:37 +0200
commitfd540cd5969f1c1d7234874340daa1aeb007ecfe (patch)
tree129fead6cc2f626ca18a708f6dd469ec37882862 /include/zot.php
parent25a5a5ff4dd457398d762f0ff92f01b134b92eaa (diff)
downloadvolse-hubzilla-fd540cd5969f1c1d7234874340daa1aeb007ecfe.tar.gz
volse-hubzilla-fd540cd5969f1c1d7234874340daa1aeb007ecfe.tar.bz2
volse-hubzilla-fd540cd5969f1c1d7234874340daa1aeb007ecfe.zip
just a typo
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php2
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),