Skip to content

Commit

Permalink
Thanks to previous commit: fix misnamed variable in sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellekin O. Wolf =8) committed Jan 3, 2011
1 parent d19e428 commit 890c119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/lib/relationships.php
Expand Up @@ -300,7 +300,7 @@ function elgg_get_entities_from_relationship($options) {
function elgg_get_entity_relationship_where_sql($column, $relationship = NULL,
$relationship_guid = NULL, $inverse_relationship = FALSE) {

if ($relationship == NULL && $entity_guid == NULL) {
if ($relationship == NULL && $relationship_guid == NULL) {
return '';
}

Expand Down

0 comments on commit 890c119

Please sign in to comment.