mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-09 11:24:35 +02:00
[ticket/11495] Remove useless cast
PHPBB3-11495
This commit is contained in:
@ -648,7 +648,7 @@ abstract class phpbb_tree_nestedset implements phpbb_tree_interface
|
||||
public function get_path_basic_data(array $item)
|
||||
{
|
||||
$parents = array();
|
||||
if ((int) $item[$this->column_parent_id])
|
||||
if ($item[$this->column_parent_id])
|
||||
{
|
||||
if (!$item[$this->column_item_parents])
|
||||
{
|
||||
|
Reference in New Issue
Block a user