aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/phpbb/console/command/fixup/fix_left_right_ids.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/fixup/fix_left_right_ids.php b/phpBB/phpbb/console/command/fixup/fix_left_right_ids.php
index bcaf0043e1..f55e1761bc 100644
--- a/phpBB/phpbb/console/command/fixup/fix_left_right_ids.php
+++ b/phpBB/phpbb/console/command/fixup/fix_left_right_ids.php
@@ -98,7 +98,7 @@ class fix_left_right_ids extends \phpbb\console\command\command
*
* @return bool True on rebuild success, false otherwise
*/
- function fix_ids_tree(&$i, $field, $table, $parent_id = 0, $where = array())
+ protected function fix_ids_tree(&$i, $field, $table, $parent_id = 0, $where = array())
{
$changes_made = false;
$sql = 'SELECT * FROM ' . $table . '