Add missing required line so this plugin works if it's the first (or only) Authentication Plugin in use

This commit is contained in:
Craig Andrews 2009-12-30 19:16:32 -05:00
parent 024704e0b7
commit 176e0fdab7
1 changed files with 1 additions and 0 deletions

View 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;