From 0c3e084d3518eec9bacf4d4a1854a1b3a189e04d Mon Sep 17 00:00:00 2001 From: rubencm Date: Wed, 24 Mar 2021 20:36:40 +0100 Subject: [PATCH] [ticket/12683] Return constant PHPBB3-12683 --- phpBB/phpbb/console/command/searchindex/list_all.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/console/command/searchindex/list_all.php b/phpBB/phpbb/console/command/searchindex/list_all.php index 6faeaffa8f..3db054f389 100644 --- a/phpBB/phpbb/console/command/searchindex/list_all.php +++ b/phpBB/phpbb/console/command/searchindex/list_all.php @@ -87,6 +87,6 @@ class list_all extends command $io->listing($search_backends); - return 0; + return command::SUCCESS; } }