5
Hi wilson,
Its simple to correct this.
Open the xoops_version.php of the module in a text editor and include the code below on the end of the file, just before the ?>
// On Update (Preserva as configurações dos blocos ao atualizar o módulo)
if( ! empty( $_POST['fct'] ) && ! empty( $_POST['op'] ) && $_POST['fct'] == 'modulesadmin' && $_POST['op'] == 'update_ok' && $_POST['dirname'] == $modversion['dirname'] ) {
include dirname( __FILE__ ) . "/includes/updateblock.inc.php" ;
}
After this, download, unzip and paste
this file on the includes folder of the module and voialá. lol
Rodrigo