|
|
@@ -146,7 +146,7 @@ function exec_ogp_module()
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- if(!empty($value)){
|
|
|
+ if (strlen(trim($value)) > 0) {
|
|
|
$updatedSettings[$key] = $value;
|
|
|
}
|
|
|
|
|
|
@@ -180,4 +180,4 @@ function exec_ogp_module()
|
|
|
$ft->add_button("submit","update_settings",get_lang('update_settings'));
|
|
|
$ft->end_form();
|
|
|
}
|
|
|
-?>
|
|
|
+?>
|