From 16aa594bc50ea0a3f76089e0874e6f51a731c92f Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 1 Feb 2007 13:17:03 +0000 Subject: minimale Ă„nderung MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extensions/LLAuthPlugin.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'extensions/LLAuthPlugin.php') diff --git a/extensions/LLAuthPlugin.php b/extensions/LLAuthPlugin.php index 0b69d2c9..1d7097f3 100644 --- a/extensions/LLAuthPlugin.php +++ b/extensions/LLAuthPlugin.php @@ -35,7 +35,10 @@ * * @package MediaWiki */ -class AuthPlugin { + +require_once('includes/AuthPlugin.php'); + +class LLAuthPlugin extends AuthPlugin { private $dbLink = null; -- cgit v1.2.3-54-g00ecf