|
PKP Bugzilla – Full Text Bug Listing |
| Summary: | "Post Reply" to comment produces fatal error | ||
|---|---|---|---|
| Product: | OCS | Reporter: | James MacGregor <jmacgreg> |
| Component: | General | Assignee: | PKP Support <pkp-support> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | alec, kinwu2012 |
| Priority: | P3 | ||
| Version: | 2.3.4 | ||
| Hardware: | All | ||
| OS: | All | ||
| Version Reported In: | Also Affects: | ||
| Attachments: |
Patch against OCS pre-2.3.4
Patch against OJS 2.3.3-3 |
||
|
Description
James MacGregor
2010-11-25 16:20:24 PST
Created attachment 3363 [details]
Patch against OCS pre-2.3.4
Created attachment 3364 [details]
Patch against OJS 2.3.3-3
James, this should do it. In OCS, $parent->getSubmissionId() doesn't work: undefined function. Replacing it for $parent->getPaperId() and it works. In OJS I didn't tested. Vicente, it looks like this bug only affects unreleased OCS pre-2.3.4 code, not the most recent release (OCS 2.3.3-1). You shouldn't need to apply it to any official OCS releases. Sorry, I read and did too quickly.. :S All right. |