diff options
Diffstat (limited to 'admin_trees_download.php')
| -rw-r--r-- | admin_trees_download.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/admin_trees_download.php b/admin_trees_download.php index 88927a0f26..def6f483b0 100644 --- a/admin_trees_download.php +++ b/admin_trees_download.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,6 +13,7 @@ namespace Fisharebest\Webtrees; * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +namespace Fisharebest\Webtrees; /** * Defined in session.php |
