diff options
author | Evan Prodromou <evan@status.net> | 2009-12-31 09:14:55 -1000 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-12-31 09:14:55 -1000 |
commit | 053b8c600d7db73ec19e5f1d3e26c4c98fdf3d8c (patch) | |
tree | 5664c78f951e91827c810b745a771aeb21ab9dbf /plugins/CasAuthentication | |
parent | ad8ea98cd72855f61c71945b533331b6f30d04b6 (diff) | |
parent | 01dbee2ba5280d97ddd0bb82217e8b3e7680e67b (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'plugins/CasAuthentication')
-rw-r--r-- | plugins/CasAuthentication/CasAuthenticationPlugin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CasAuthentication/CasAuthenticationPlugin.php b/plugins/CasAuthentication/CasAuthenticationPlugin.php index 428aafb02..8b6ef5462 100644 --- a/plugins/CasAuthentication/CasAuthenticationPlugin.php +++ b/plugins/CasAuthentication/CasAuthenticationPlugin.php @@ -34,6 +34,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { // We bundle the phpCAS library... set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__) . '/extlib/CAS'); +require_once INSTALLDIR.'/plugins/Authentication/AuthenticationPlugin.php'; class CasAuthenticationPlugin extends AuthenticationPlugin { public $server; |