Title: Configuration update bug
Last modified: September 1, 2019

---

# Configuration update bug

 *  Resolved [salajm](https://wordpress.org/support/users/salajm/)
 * (@salajm)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/configuration-update-bug/)
 * Hi,
 * I found a bug with configuration saving, I spend few hours to find it…
 * in admin/partials/nginx-helper-general-options.php you test form submit button
   caption for concrete string (I wonder why)
 * if ( isset( $all_inputs[‘smart_http_expire_save’] ) && ‘Save All Changes’ ===
   $all_inputs[‘smart_http_expire_save’] ) {
 * But I have your plugin localized and my button caption is totally different
 * I fixed it with this:
 * if ( isset( $all_inputs[‘smart_http_expire_save’] ) && __( ‘Save All Changes’,‘
   nginx-helper’ ) === $all_inputs[‘smart_http_expire_save’] ) {
 * Thank you
 * Michal

The topic ‘Configuration update bug’ is closed to new replies.

 * ![](https://ps.w.org/nginx-helper/assets/icon.svg?rev=2360932)
 * [Nginx Helper](https://wordpress.org/plugins/nginx-helper/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nginx-helper/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nginx-helper/)
 * [Active Topics](https://wordpress.org/support/plugin/nginx-helper/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nginx-helper/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nginx-helper/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [salajm](https://wordpress.org/support/users/salajm/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/configuration-update-bug/)
 * Status: resolved