From 372c26491ae059ca4dd39cba3446f98e4e590698 Mon Sep 17 00:00:00 2001 From: "Michael D. Reiley" Date: Sat, 1 Oct 2016 15:06:09 -0700 Subject: [PATCH] Fix typo in max_images comment multi_image.js should be multi-image.js, with a dash, not an underscore. --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index bfb774a8..6d1a8081 100644 --- a/inc/config.php +++ b/inc/config.php @@ -664,7 +664,7 @@ */ // Maximum number of images allowed. Increasing this number enabled multi image. // If you make it more than 1, make sure to enable the below script for the post form to change. - // $config['additional_javascript'][] = 'js/multi_image.js'; + // $config['additional_javascript'][] = 'js/multi-image.js'; $config['max_images'] = 1; // Method to use for determing the max filesize.