aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-04 12:49:41 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-04 12:49:41 +0000
commit7cfbfebca680bf66815c9e11b5ffddc403467356 (patch)
tree3a63194dcada44028159f52ca294e1d904a631e1 /views
parenta64e1b87620bbb1d8e785532786cc63b31047c36 (diff)
downloadelgg-7cfbfebca680bf66815c9e11b5ffddc403467356.tar.gz
elgg-7cfbfebca680bf66815c9e11b5ffddc403467356.tar.bz2
Using entities rather than object
git-svn-id: https://code.elgg.org/elgg/trunk@1289 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r--views/default/river/ElggRelationship/create.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/river/ElggRelationship/create.php b/views/default/river/ElggRelationship/create.php
index 95f27b512..27c0a8e9e 100644
--- a/views/default/river/ElggRelationship/create.php
+++ b/views/default/river/ElggRelationship/create.php
@@ -12,7 +12,7 @@
$performed_by = $vars['performed_by'];
$log_entry = $vars['log_entry'];
- $object = $vars['object'];
+ $object = $vars['entity'];
// Find out what type of relationship we're dealing with (will only display a few)
if ($object instanceof ElggRelationship)