Refactor #643

document.parser.class.inc.php contains instances of deprecated split() function

Added by Everett Griffiths about 2 years ago. Updated over 1 year ago.

Status:Closed Start date:
Priority:Major Due date:
Assignee:Garry Nutting % Done:

0%

Category:Core Distribution
Target version:Evolution-1.0.3
JiraID:MODX-1764 Resolution:Fixed
Environment:PHP 5.3 (all OS I think, but specifically CentOS 5.4 with full verbose STRICT warnings) Affects Evolution Version:Evolution-1.0.3

Description

Line 844 reads $tempSnippetParams= split($splitter, $tempSnippetParams); Which generates a PHP error in some $tempSnippetParams= explode($splitter, $tempSnippetParams); With my PHP error settings very verbose, I couldn't even load the homepage until I had fixed this. There may be other instances of this (and other) deprecated functions that should be replaced.

History

Updated by Garry Nutting about 2 years ago

Already fixed.

Also available in: Atom PDF