1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-04 05:25:01 +02:00

[feature/save-post-on-report] Bug fix table name

There was a bug in the previous commit. I changed the name
of the colon of the table and forgot to update the database_update.php
now it's fixed.

PHPBB3-10600
This commit is contained in:
Bruno Ais 2012-02-14 07:58:30 +00:00 committed by Oleg Pudeyev
parent c241a4a2b4
commit 6f5c0dddfc

View File

@ -1089,7 +1089,7 @@ function database_update_info()
'field_show_on_pm' => array('BOOL', 0),
),
REPORTS_TABLE => array(
'reported_post' => array('TEXT', ''),
'reported_text' => array('TEXT', ''),
),
),
'change_columns' => array(