Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6ad8bd9e
authored
2010-10-26 20:22:00 +0000
by
Chris Boden
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed dependancy bug with Auth
1 parent
859669ca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
com/Auth/Auth.php
com/Auth/Auth.php
View file @
6ad8bd9
...
...
@@ -10,7 +10,7 @@
namespace
Tz\WordPress\Tools\Auth
;
use
Tz\WordPress\Tools
;
use
Tz\Common
;
use
Tz
,
Tz
\Common
;
use
Exception
,
LogicException
,
InvalidArgumentException
,
BadMethodCallException
;
use
WP_User
;
...
...
@@ -36,6 +36,8 @@ const OPTION_NAME = 'tz_auth'; // Database lookup key (`wp_options`.`option_name
}
}
}
Tz\import
(
'Tz'
,
'trunk'
);
});
/**
...
...
Please
register
or
sign in
to post a comment