In elgg1.8 /mod/blog/....., I find this code: elgg_view_form('blog/save', $vars, $body_vars);
there are two parameters(type: array): $vars , $body_vars;
but i can't find $body_vars in the blog/views/forms/blog/save.php
And my question is when i use elgg_view_form('blog/save', $vars, $body_vars);
i can use more parameters, and i can always use '$vars' to fetch the data?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Matt Beckett@Beck24
Matt Beckett - 0 likes
You must log in to post replies.http://reference.elgg.org/1.8/views_8php.html#a98bfde3e5bf26d75c022ab5fb7afeed3
$body_vars may be empty