Hello Developers! I want to update the plugin, the input form is displayed, but the data entered in the form is not saved, this code worked in version 2.3 of the save.php file, what has changed in elgg 3.0?
$url = get_input('url');
$blog_guid = get_input('guid');
$blog = get_entity($blog_guid);
if ($blog) {
$blog->videocover = $url;
}
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.