Index: trunk/extensions/SimpleSecurity/SimpleSecurity.php |
— | — | @@ -18,7 +18,7 @@ |
19 | 19 | |
20 | 20 | if (!defined('MEDIAWIKI')) die('Not an entry point.'); |
21 | 21 | |
22 | | -define('SIMPLESECURITY_VERSION', '4.2.0, 2008-08-24'); |
| 22 | +define('SIMPLESECURITY_VERSION', '4.2.1, 2008-08-26'); |
23 | 23 | |
24 | 24 | # Global security settings |
25 | 25 | $wgSecurityMagicIf = "ifusercan"; # the name for doing a permission-based conditional |
— | — | @@ -60,7 +60,7 @@ |
61 | 61 | if ($wgSecurityUseDBHook) { |
62 | 62 | $wgDBtype = ucfirst($wgDBtype); |
63 | 63 | $wgSecurityOldDBtype = $wgDBtype; |
64 | | - $wgDBtype = "Secure$DBtype"; |
| 64 | + $wgDBtype = "Secure$wgDBtype"; |
65 | 65 | } |
66 | 66 | |
67 | 67 | class SimpleSecurity { |