mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15699] Fix code style
PHPBB3-15699 Co-authored-by: Marc Alexander <admin@m-a-styles.de>
This commit is contained in:
parent
58ecd3b048
commit
59a5163e2b
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ class acp_storage
|
||||||
$this->db->sql_freeresult($result);
|
$this->db->sql_freeresult($result);
|
||||||
|
|
||||||
// Remove all files of a storage, increase storage index and reset file index
|
// Remove all files of a storage, increase storage index and reset file index
|
||||||
$this->state_helper->set_remove_storage_index($this->state_helper->remove_storage_index()+1);
|
$this->state_helper->set_remove_storage_index($this->state_helper->remove_storage_index() + 1);
|
||||||
$this->state_helper->set_file_index(0);
|
$this->state_helper->set_file_index(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue