will also need api doco

This commit is contained in:
redmatrix
2015-11-11 20:51:15 -08:00
parent f7c837aad0
commit 6e04dd96a1
2 changed files with 24 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ function find_upstream_directory($dirmode) {
// Thwart attempts to use a private directory
if(($preferred) && ($prefered != z_root())) {
if(($preferred) && ($preferred != z_root())) {
$r = q("select * from site where site_url = '%s' limit 1",
dbesc($preferred)
);