View Issue Details

IDProjectCategoryView StatusLast Update
0006054mantisbtinstallationpublic2005-09-11 08:12
Reporterdtgriscom Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.0rc1 
Fixed in Version1.0.0rc2 
Summary0006054: Bad call to print_test_result in admin/install.php
Description

print_test_result's definition is

function print_test( $p_test_description, $p_result, $p_hard_fail=true, $p_message='' )

However, line 154 of admin/install.php calls print_test_result as follows:

print_test_result( BAD, 'Upgrade the version of PHP to a more recent version' );

I think this should actually be

print_test_result( BAD, true, 'Upgrade the version of PHP to a more recent version' );
TagsNo tags attached.

Relationships

has duplicate 0006055 closedvboctor Bad call to print_test_result in admin/install.php 

Activities

vboctor

vboctor

2005-08-01 07:37

manager   ~0011036

install.php -> new revision: 1.17