From 3f26aa5ac3dc3f438a9ce875d355d5040b684054 Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Thu, 29 Aug 2013 20:05:24 +1000 Subject: [PATCH] . --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 86addf9b..02cdbabf 100644 --- a/inc/config.php +++ b/inc/config.php @@ -611,7 +611,7 @@ // Display the aspect ratio of uploaded files. $config['show_ratio'] = false; // Display the file's original filename. - $config['show_filename']= true; + $config['show_filename'] = true; // Display image identification links using regex.info/exif, TinEye and Google Images. $config['image_identification'] = false;