aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/relationships.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-12-07 12:26:46 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-12-07 12:26:46 +0000
commitd0eb1c234f36e0f3f0806471e224fb7a66dada85 (patch)
tree339657e85153aa3655cd29db40803a4589e41ac5 /engine/lib/relationships.php
parent897f6d34fe382eed85b14a5a5ac69f968049bb84 (diff)
downloadelgg-d0eb1c234f36e0f3f0806471e224fb7a66dada85.tar.gz
elgg-d0eb1c234f36e0f3f0806471e224fb7a66dada85.tar.bz2
fixed typo in get_entities_from_relationship()
git-svn-id: http://code.elgg.org/elgg/trunk@3732 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/relationships.php')
-rw-r--r--engine/lib/relationships.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/relationships.php b/engine/lib/relationships.php
index 71f6568d2..dd63e2ac2 100644
--- a/engine/lib/relationships.php
+++ b/engine/lib/relationships.php
@@ -608,7 +608,7 @@ $count = false, $site_guid = 0) {
$options['types'] = $type;
}
- if (subtype) {
+ if ($subtype) {
$options['subtypes'] = $subtype;
}