From 8909617eda5dd79d1b2c3c42a0ec4c1db92c1ab7 Mon Sep 17 00:00:00 2001 From: Git Date: Sun, 22 Jan 2012 08:00:20 +0000 Subject: [PATCH] Empty commit --- sections/reportsv2/array.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/sections/reportsv2/array.php b/sections/reportsv2/array.php index aa5d6562..b5c44668 100644 --- a/sections/reportsv2/array.php +++ b/sections/reportsv2/array.php @@ -343,6 +343,21 @@ 'pm' => 'Please be careful when specifying the format of your uploads' ) ), + 'wrong_media' => array( + 'priority' => '33', + 'title' => 'Wrong Specified Media', + 'report_messages' => array( + "Please specify the correct media." + ), + 'report_fields' => array( + ), + 'resolve_options' => array( + 'upload' => '0', + 'warn' => '0', + 'delete' => '0', + 'pm' => 'Please be careful when specifying the media of your uploads' + ) + ), 'format' => array( 'priority' => '10', 'title' => 'Disallowed Format',