Skip to content

Commit 54f2e0a

Browse files
author
Mark Vincent
authored
Merge pull request #27 from WildcardSearch/maintenance
2.1.2 Release
2 parents e6f6940 + 643f85a commit 54f2e0a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Puppet Master 2.1.1
1+
## Puppet Master 2.1.2
22
for MyBB 1.8.x
33

44
<p align="center">

Upload/inc/plugins/puppet_master.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
die('Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined.');
1313
}
1414

15-
define('PUPPET_MASTER_VERSION', '2.1.1');
15+
define('PUPPET_MASTER_VERSION', '2.1.2');
1616

1717
// register custom class autoloader
1818
spl_autoload_register('puppetMasterClassAutoload');

Upload/inc/plugins/puppet_master/acp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ function puppet_master_admin_edit()
262262
// add it
263263
$this_puppet = array (
264264
"uid" => $uid,
265-
"username" => $puppet_user['username'],
265+
"username" => $db->escape_string($puppet_user['username']),
266266
"ownerid" => $ownerid,
267267
"disp_order" => $disp_order
268268
);

0 commit comments

Comments
 (0)