changeset 809:a165d2e101f9

Rename array.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 Nov 2014 13:30:27 +0200
parents 887e88fad15a
children 2a23243a6cc4
files msite.inc.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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",