mybb / merge-system

The MyBB Merge System allows for easy merging of an existing forum (be it MyBB or another forum software) into a MyBB 1.8.x forum.
Other
34 stars 33 forks source link

string interpolation 0 value bug #190

Closed ghost closed 8 years ago

ghost commented 8 years ago

in /resource/modules/attachments.php, line 288:

$query = $db->simple_select("posts", "tid", "pid={$converted_data['pid']}");

When pid = 0 it becomes an empty string on php 5.4.x

Stefan-MyBB commented 8 years ago

Duplicate of #182?