mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12683] Pass tables via parameter and small fix
PHPBB3-12683
This commit is contained in:
@@ -146,7 +146,7 @@ class create extends command
|
||||
|
||||
$io->newLine(2);
|
||||
}
|
||||
catch(index_created_exception $e)
|
||||
catch (index_created_exception $e)
|
||||
{
|
||||
$this->state_helper->clear_state();
|
||||
$io->error($this->language->lang('CLI_SEARCHINDEX_ALREADY_CREATED', $name));
|
||||
|
@@ -146,7 +146,7 @@ class delete extends command
|
||||
|
||||
$io->newLine(2);
|
||||
}
|
||||
catch(index_empty_exception $e)
|
||||
catch (index_empty_exception $e)
|
||||
{
|
||||
$this->state_helper->clear_state();
|
||||
$io->error($this->language->lang('CLI_SEARCHINDEX_NO_CREATED', $name));
|
||||
|
Reference in New Issue
Block a user