From 4b4b48242e35b26bc37eba07c02319ce2c67ae9b Mon Sep 17 00:00:00 2001 From: Prasath Mani Date: Mon, 13 May 2019 15:59:02 +0530 Subject: [PATCH] PHP Warning: count() #173 --- tinyfilemanager.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index 2f11022..42067a6 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -637,7 +637,6 @@ if (!empty($_FILES) && !FM_READONLY) { $errors = 0; $uploads = 0; - $total = count($f['file']['name']); $allowed = (FM_EXTENSION) ? explode(',', FM_EXTENSION) : false; $filename = $f['file']['name'];