I found a bug
-
In a multi-site environment,
On the setting screen, even if you change the default privacy policy, it will not be saved.
Fix buddydrive-settings.php.From line 513
Function buddydrive_handle_settings_in_multisite () {If (‘POST’! == strtoupper ($ _ SERVER [‘REQUEST_METHOD’])))
Return;Check_admin_referer (‘buddydrive_settings’, ‘_wpnonce_buddydrive_setting’);
※from here
$ Buddydrive_default_privacy = buddydrive_sanitize_default_privacy ($ _POST [‘_ buddydrive _ default_privacy’]);
If (! Empty ($ buddydrive_default_privacy))
Bp_update_option (‘_buddydrive_default_privacy’, $ buddydrive_default_ privacy);
※So far
- The topic ‘I found a bug’ is closed to new replies.