mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/12683] Return constant
PHPBB3-12683
This commit is contained in:
parent
c2f3ba44bd
commit
0c3e084d35
1 changed files with 1 additions and 1 deletions
|
@ -87,6 +87,6 @@ class list_all extends command
|
||||||
|
|
||||||
$io->listing($search_backends);
|
$io->listing($search_backends);
|
||||||
|
|
||||||
return 0;
|
return command::SUCCESS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue