diff --git a/modules/feature-watchlist.php b/modules/feature-watchlist.php index 13d64f5..cddf2ba 100644 --- a/modules/feature-watchlist.php +++ b/modules/feature-watchlist.php @@ -215,7 +215,7 @@ register_module([ exit(page_renderer::render_main("Watchlist update successful", "

$message

")); }); - if(!module_exists("edit")) { + if(!module_exists("page-edit")) { error_log("[module/feature-watchlist] Note: Without the page-edit module, the feature-watchlist module doesn't make much sense. If you don't want anonymous people to edit your wiki, try the 'anonedits' setting."); return false; }