]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add missing required line so this plugin works if it's the first (or only) Authentica...
authorCraig Andrews <candrews@integralblue.com>
Thu, 31 Dec 2009 00:16:32 +0000 (19:16 -0500)
committerCraig Andrews <candrews@integralblue.com>
Thu, 31 Dec 2009 00:18:06 +0000 (19:18 -0500)
plugins/CasAuthentication/CasAuthenticationPlugin.php

index 428aafb024574a3e208973b7d43cdb6e1ea87827..8b6ef54621f28e51430d0299ff0eae5f88125544 100644 (file)
@@ -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;