aboutsummaryrefslogtreecommitdiffstats
path: root/include/dir_fns.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-27 20:05:47 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-27 20:05:47 -0800
commit4bfd34b479e5e04ee332d5aec88752d317f88b54 (patch)
tree5176dd79b43cba09cf4ac12cbb68b077c434dd79 /include/dir_fns.php
parent962d9f36d05a1f9e94e0a74b17b2f1fff8ff7220 (diff)
parent216d41cd642890cbfdadc092e5f944d788d91843 (diff)
downloadvolse-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.php2
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 = '';
}
}