Elggzone / River-Addon

River Addon extends Elgg Activity page
http://www.perjensen-online.dk/
1 stars 4 forks source link

page_type and $vars are missing from the call to the river resource in start.php (2.x) #14

Open propertunist opened 8 years ago

propertunist commented 8 years ago

i have found that the start.php file for river addon in 2.1 needs to be ammended to include:

    $vars['page_type'] = $page_type;
    echo elgg_view_resource("river", $vars);