aboutsummaryrefslogtreecommitdiff
path: root/engine/lib
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2011-08-22 09:40:17 -0700
committerBrett Profitt <brett.profitt@gmail.com>2011-08-22 09:40:17 -0700
commit8dc4ca48d1ff5c3800637a463a7b072fb253634e (patch)
treeebd0052d95405b0c516f8988a7277566572a1003 /engine/lib
parent16a13964d9b7f408ed0fb0f16f0025963420e26c (diff)
parent498fd1b54c7b8dbe02f87192c3c13baa2783b3bb (diff)
downloadelgg-8dc4ca48d1ff5c3800637a463a7b072fb253634e.tar.gz
elgg-8dc4ca48d1ff5c3800637a463a7b072fb253634e.tar.bz2
Merge branch 'master' of github.com:Elgg/Elgg
Diffstat (limited to 'engine/lib')
-rw-r--r--engine/lib/river.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/river.php b/engine/lib/river.php
index 143ff035f..64ddcfdc1 100644
--- a/engine/lib/river.php
+++ b/engine/lib/river.php
@@ -472,7 +472,7 @@ function elgg_get_river_type_subtype_where_sql($table, $types, $subtypes, $pairs
}
if (is_array($wheres) && count($wheres)) {
- $wheres = array(implode(' AND ', $wheres));
+ $wheres = array(implode(' OR ', $wheres));
}
} else {
// using type/subtype pairs