Project

General

Profile

« Previous | Next » 

Revision da12a8a4

Added by Seth Mos about 13 years ago

Make sure to push elements we don't recognize on the stack too.

View differences:

etc/inc/upgrade_config.inc
2793 2793
					$elements = explode("|", $entry);
2794 2794
					if($oldnames[$elements[0]] <> "") {
2795 2795
						$newlist[] = "{$oldnames[$elements[0]]}|{$elements[1]}";
2796
					} else {
2797
						$newlist[] = "{$elements[0]}|{$elements[1]}";
2796 2798
					}
2797 2799
				}
2798 2800
				$group['item'] = $newlist;

Also available in: Unified diff