View Issue Details

IDProjectCategoryView StatusLast Update
0011068mantisbtplug-inspublic2010-02-22 14:35
Reporterbrianstv Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit trunk 
Fixed in Version1.2.0 
Summary0011068: Wrong parameter being passed to print_column_plugin() from custom_function_default_print_column_value function
Description

Wrong parameter being passed to print_column_plugin() from custom_function_default_print_column_value function.

In core/custom_function_api.php, the custom_function_default_print_column_value function is calling print_column_plugin function with
print_column_plugin( $t_column_object, $p_issue_row, $p_columns_target );

should be

print_column_plugin( $t_column_object, $p_bug, $p_columns_target );

Tagspatch

Activities

vboctor

vboctor

2009-10-22 23:49

manager   ~0023286

Thanks @brainstv

Related Changesets

MantisBT: master-1.2.x 33dc681e

2009-10-22 23:47

vboctor


Details Diff
Fixes 0011068: Wrong parameter being passed to print_column_plugin() from custom_function_default_print_column_value function. -- thanks to brainstv. Affected Issues
0011068
mod - core/custom_function_api.php Diff File

MantisBT: master a2a15a4a

2009-10-22 23:47

vboctor


Details Diff
Fixes 0011068: Wrong parameter being passed to print_column_plugin() from custom_function_default_print_column_value function. -- thanks to brainstv. Affected Issues
0011068
mod - core/custom_function_api.php Diff File