View Issue Details

IDProjectCategoryView StatusLast Update
0013237mantisbtcode cleanuppublic2014-12-08 02:07
Reportermarcinkleczek Assigned Todhx  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.0dev 
Target Version1.3.0-beta.1 
Summary0013237: Incorrect call to require_once within bug_actiongroup.php (replace with require_api call)
Description

require_once should be changed to require_api for bug_api.php

Steps To Reproduce

Try to delete issue.

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

atrol

atrol

2011-08-16 05:48

developer   ~0029482

Reminder sent to: dhx

You introduced require_api in https://github.com/mantisbt/mantisbt/commit/2d5455cce290531359a55d353010258c6f3f6f34
If there was no special reason to use require_once at this place you could accept marcinkleczek's pull request.
https://github.com/mantisbt/mantisbt/pull/10

dhx

dhx

2011-08-16 05:57

reporter   ~0029484

Last edited: 2011-08-16 05:58

Thanks Marcin, Roland, I've committed the patch.

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036423

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master adb0b818

2011-08-15 07:33

Marcin Kłeczek


Details Diff
Changed require_once to required_api for bug_api.php Affected Issues
0013237
mod - bug_actiongroup.php Diff File

MantisBT: master fe9da540

2011-08-15 22:53

dhx


Details Diff
Merge pull request #10 from MarcinKleczek/master

Replace require_once call with require_api in bug_actiongroup.php
Affected Issues
0013237
mod - bug_actiongroup.php Diff File