From 7030578bbe9e11c18b5becaf8b06e670e3c2e3cd Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sun, 14 Jul 2013 01:32:34 -0400 Subject: [ticket/11698] Moving all autoloadable files to phpbb/ PHPBB3-11698 --- phpBB/includes/tree/nestedset_forum.php | 46 --------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 phpBB/includes/tree/nestedset_forum.php (limited to 'phpBB/includes/tree/nestedset_forum.php') diff --git a/phpBB/includes/tree/nestedset_forum.php b/phpBB/includes/tree/nestedset_forum.php deleted file mode 100644 index ff09ef55d0..0000000000 --- a/phpBB/includes/tree/nestedset_forum.php +++ /dev/null @@ -1,46 +0,0 @@ - 'forum_id', - 'item_parents' => 'forum_parents', - ) - ); - } -} -- cgit v1.2.1