MantisBT: master-1.2.x cb825352

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2012-09-18 01:51 master-1.2.x 7a6ee16a
Affected Issues  0012112: XML Import fails: Column 'profile_id' cannot be null
Changeset

XmlImportExport: Fix import error "Column 'profile_id' cannot be null"

In bug_api.php BugData class, the profile_id member variable defaults to
null but the DB bug table does not allow null values, causing the error.

Defaulting the variable to 0 resolves the problem.

Fixes 0012112

mod - core/bug_api.php Diff File