summaryrefslogtreecommitdiff
path: root/plugins/CasAuthentication
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-12-30 19:16:32 -0500
committerCraig Andrews <candrews@integralblue.com>2009-12-30 19:18:06 -0500
commit176e0fdab787d7265b58c76ce6312e9f519f4124 (patch)
treef3271828fe5fe22902c1dd47201a4be9fdbbd175 /plugins/CasAuthentication
parent024704e0b70cb29107929cc2cce0ddc6b2d2e42b (diff)
Add missing required line so this plugin works if it's the first (or only) Authentication Plugin in use
Diffstat (limited to 'plugins/CasAuthentication')
-rw-r--r--plugins/CasAuthentication/CasAuthenticationPlugin.php1
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;