View Issue Details

IDProjectCategoryView StatusLast Update
0014105mantisbttime trackingpublic2014-09-23 18:05
Reportertandler Assigned Toatrol  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.9 
Target Version1.2.11Fixed in Version1.2.11 
Summary0014105: Access to undefined variable in bugnote_api.php
Description

Error handling of function bugnote_stats_get_project_array (used only for built in timetracking) accesses undefined variable.

$p_form instead of $p_from, line 640:

if ( $c_to === false || $c_from === false ) {
    error_parameters( array( $p_from, $p_to ) ); // <<-- here
    trigger_error( ERROR_GENERIC, ERROR );
}
TagsNo tags attached.

Relationships

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

Activities

atrol

atrol

2012-04-16 15:34

developer   ~0031673

tandler, thanks for your contribution.
This is more than a typo but access to an undefined variable.

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036265

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

Related Changesets

MantisBT: master-1.2.x b2c5f556

2012-04-16 08:25

atrol


Details Diff
Fix 0014105: Access to undefined variable in bugnote_api.php Affected Issues
0014105
mod - core/bugnote_api.php Diff File

MantisBT: master e3a2dad9

2012-04-16 08:27

atrol


Details Diff
Fix 0014105: Access to undefined variable in bugnote_api.php Affected Issues
0014105
mod - core/bugnote_api.php Diff File