1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-24 17:40:43 +01:00

[ticket/15238] Add missing protected keyword

PHPBB3-15238
This commit is contained in:
rxu 2017-06-20 21:07:11 +07:00
parent 7f08d46aa4
commit f3403fb10d

View File

@ -101,7 +101,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 . '