View Issue Details

IDProjectCategoryView StatusLast Update
0011382mantisbtcode cleanuppublic2010-02-22 14:34
Reporterbrianstv Assigned Todhx  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version1.2.0Fixed in Version1.2.0 
Summary0011382: view_all_set.php has typo for require_api
Description

The view_all_set.php file contains a typo for require_api
reuqire_api( 'filter_constants_inc.php' );

TagsNo tags attached.

Activities

dhx

dhx

2010-01-11 19:05

reporter   ~0024130

Fixed! Thanks for reporting :)

Related Changesets

MantisBT: master 94dc37c3

2010-01-11 18:58

dhx


Details Diff
Fix 0011382: Typo in includes within view_all_set.php

Commit 2d5455cce290531359a55d353010258c6f3f6f34 introduced
require_api/require_lib to the start of each PHP file so that
dependencies are included where they're used.

There was however a typo in view_all_set.php that led to a non-existant
function being called.
Affected Issues
0011382
mod - view_all_set.php Diff File