# HG changeset patch # User Matti Hamalainen # Date 1416828627 -7200 # Node ID a165d2e101f94ee49fb99cf10c649b3d246df011 # Parent 887e88fad15a67e2cb89992c255afcd2c8d417b7 Rename array. diff -r 887e88fad15a -r a165d2e101f9 msite.inc.php --- a/msite.inc.php Mon Nov 24 13:29:50 2014 +0200 +++ b/msite.inc.php Mon Nov 24 13:30:27 2014 +0200 @@ -126,7 +126,7 @@ // // Data about the file types we use // -$previewFileTypeList = array( +$fileTypeData = array( "PNG" => array( "type" => EPREV_IMAGE, "mime" => "image/png",