diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-27 20:05:47 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-27 20:05:47 -0800 |
commit | 4bfd34b479e5e04ee332d5aec88752d317f88b54 (patch) | |
tree | 5176dd79b43cba09cf4ac12cbb68b077c434dd79 /include/dir_fns.php | |
parent | 962d9f36d05a1f9e94e0a74b17b2f1fff8ff7220 (diff) | |
parent | 216d41cd642890cbfdadc092e5f944d788d91843 (diff) | |
download | volse-hubzilla-4bfd34b479e5e04ee332d5aec88752d317f88b54.tar.gz volse-hubzilla-4bfd34b479e5e04ee332d5aec88752d317f88b54.tar.bz2 volse-hubzilla-4bfd34b479e5e04ee332d5aec88752d317f88b54.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'include/dir_fns.php')
-rw-r--r-- | include/dir_fns.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dir_fns.php b/include/dir_fns.php index b9f221bd1..fd2a5835d 100644 --- a/include/dir_fns.php +++ b/include/dir_fns.php @@ -22,7 +22,7 @@ function find_upstream_directory($dirmode) { $r = q("select * from site where site_url = '%s' limit 1", dbesc($preferred) ); - if(($r) && ($r[0]['site_flags'] & DIRECTORY_MODE_STADALONE)) { + if(($r) && ($r[0]['site_flags'] & DIRECTORY_MODE_STANDALONE)) { $preferred = ''; } } |