r39988 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39987‎ | r39988 | r39989 >
Date:00:07, 26 August 2008
Author:nad
Status:old
Tags:
Comment:
typo in $wgDBtype
Modified paths:
  • /trunk/extensions/SimpleSecurity/SimpleSecurity.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SimpleSecurity/SimpleSecurity.php
@@ -18,7 +18,7 @@
1919
2020 if (!defined('MEDIAWIKI')) die('Not an entry point.');
2121
22 -define('SIMPLESECURITY_VERSION', '4.2.0, 2008-08-24');
 22+define('SIMPLESECURITY_VERSION', '4.2.1, 2008-08-26');
2323
2424 # Global security settings
2525 $wgSecurityMagicIf = "ifusercan"; # the name for doing a permission-based conditional
@@ -60,7 +60,7 @@
6161 if ($wgSecurityUseDBHook) {
6262 $wgDBtype = ucfirst($wgDBtype);
6363 $wgSecurityOldDBtype = $wgDBtype;
64 - $wgDBtype = "Secure$DBtype";
 64+ $wgDBtype = "Secure$wgDBtype";
6565 }
6666
6767 class SimpleSecurity {

Status & tagging log