Project

General

Profile

Actions

Bug #51409

closed

substr_count call added in #49186 generates warnings

Added by Michiel Roos over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2013-08-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The substr_count call was incorrectly implemented in typo3/sysext/install/Classes/Controller/Action/Step/DatabaseConnect.php

substr_count($string, 0, ':') should in fact be written as susbstr_count($string, ':').

Actions

Also available in: Atom PDF