aboutsummaryrefslogtreecommitdiff
path: root/docs/en/developers/Minz
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/developers/Minz')
-rw-r--r--docs/en/developers/Minz/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/developers/Minz/index.md b/docs/en/developers/Minz/index.md
index 05fbfdaef..dadf38eed 100644
--- a/docs/en/developers/Minz/index.md
+++ b/docs/en/developers/Minz/index.md
@@ -173,7 +173,7 @@ $url_array = [
$feedback_good = 'All went well!';
$feedback_bad = 'Oops, something went wrong.';
-Minz_Request::good($feedback_good, $url_array);
+Minz_Request::good($feedback_good, $url_array, showNotification: FreshRSS_Context::userConf()->good_notification_timeout > 0);
// or