Project

General

Profile

« Previous | Next » 

Revision 2025

Added by darkviper almost 11 years ago

  1. mod-MultiLingual forgotten fix in Lib.php :(

View differences:

Lib.php
249 249
		// remove all pages from list with not avaliable languages
250 250
			$aPossibleMatchingPages = array_intersect_key($aMatchingPages, $aAllowedRootLanguages);
251 251
		// add Allowed root pages to possible matches
252
			$aAvailablePages = array_merge($aPossibleMatchingPages, $aAllowedRootLanguages);
252
			$aAvailablePages = array_merge($aAllowedRootLanguages, $aPossibleMatchingPages);
253 253
			foreach ( $aAvailablePages AS $aPage)
254 254
			{
255 255
				$aTplData[] = array(

Also available in: Unified diff