mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 07:18:08 +02:00
[ticket/12683] Return constant
PHPBB3-12683
This commit is contained in:
@@ -87,6 +87,6 @@ class list_all extends command
|
|||||||
|
|
||||||
$io->listing($search_backends);
|
$io->listing($search_backends);
|
||||||
|
|
||||||
return 0;
|
return command::SUCCESS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user