]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed bug where uploader of image does not get link in river
authorCash Costello <cash.costello@gmail.com>
Sun, 25 Jul 2010 00:37:23 +0000 (00:37 +0000)
committerCash Costello <cash.costello@gmail.com>
Sun, 25 Jul 2010 00:37:23 +0000 (00:37 +0000)
views/default/river/object/image/create.php

index 2f1777f642175705859f41a74a52463bdc110a5f..cd2351a2e3f956b6a2aa475d0abae4300853b1f2 100644 (file)
@@ -14,7 +14,7 @@
        $album_link = "<a href='". $album->getURL() . "'>" . $album->title . "</a>";
        $image_link = "<a href=\"" . $image->getURL() . "\">" . $title . "</a>";
        
-       $string = sprintf(elgg_echo("image:river:created"),$performed_by->name, $image_link, $album_link);
+       $string = sprintf(elgg_echo("image:river:created"), $url, $image_link, $album_link);
                
        $string .= "<div class=\"river_content\">";