mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/15238] Add missing protected keyword
PHPBB3-15238
This commit is contained in:
parent
840cb510e4
commit
9402339af9
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class fix_left_right_ids extends \phpbb\console\command\command
|
||||||
*
|
*
|
||||||
* @return bool True on rebuild success, false otherwise
|
* @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;
|
$changes_made = false;
|
||||||
$sql = 'SELECT * FROM ' . $table . '
|
$sql = 'SELECT * FROM ' . $table . '
|
||||||
|
|
Loading…
Add table
Reference in a new issue