Commit 3ec03c16 authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4657 (Multiple links to items of 'xxx' content not linking correctly)

parent f7531e0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ class Hook_fields_content_link_multi

        $ret = new Tempcode();
        foreach ($out as $o) {
            list($title, $url) = $o;
            list($title, $map) = $o;
            $ret->attach(paragraph(hyperlink(build_url($map, $zone), $title, false, true), 'content_link_multi'));
        }