mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11691] Fix typo in comment
PHPBB3-11691
This commit is contained in:
parent
eace91af20
commit
3b7abb98e1
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class softdelete_p1 extends \phpbb\db\migration\migration
|
||||||
public function update_topics_post_counts()
|
public function update_topics_post_counts()
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Using sql_case here, to avoid "BIGINT UNSIGNED value is out of range" errors.
|
* Using sql_case here to avoid "BIGINT UNSIGNED value is out of range" errors.
|
||||||
* As we update all topics in 2 queries, one broken topic would stop the conversion
|
* As we update all topics in 2 queries, one broken topic would stop the conversion
|
||||||
* for all topics and the surpressed error will cause the admin to not even notice it.
|
* for all topics and the surpressed error will cause the admin to not even notice it.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue