diff options
Diffstat (limited to 'library/WT/Auth.php')
| -rw-r--r-- | library/WT/Auth.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/WT/Auth.php b/library/WT/Auth.php index c4981d27b2..1371e1506d 100644 --- a/library/WT/Auth.php +++ b/library/WT/Auth.php @@ -1,6 +1,4 @@ <?php -namespace WT; - // webtrees: Web based Family History software // Copyright (C) 2014 webtrees development team // @@ -18,6 +16,8 @@ namespace WT; // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +namespace WT; + use WT_Tree; use Zend_Session; |
