From 16aa594bc50ea0a3f76089e0874e6f51a731c92f Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 1 Feb 2007 13:17:03 +0000 Subject: =?UTF-8?q?minimale=20=C3=84nderung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extensions/LLAuthPlugin.php | 5 ++++- skins/ArchLinux.php | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) 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; diff --git a/skins/ArchLinux.php b/skins/ArchLinux.php index 34529bbc..c3533d2f 100644 --- a/skins/ArchLinux.php +++ b/skins/ArchLinux.php @@ -266,7 +266,8 @@ class ArchLinuxTemplate extends QuickTemplate {