View Issue Details

IDProjectCategoryView StatusLast Update
0006055mantisbtinstallationpublic2005-09-11 08:12
Reporterdtgriscom Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.0.0rc1 
Summary0006055: 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

duplicate of 0006054 closedvboctor Bad call to print_test_result in admin/install.php 

Activities

There are no notes attached to this issue.