From 0470a5ba94d08447c169114387783d87c70c4382 Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind@owncloud.com>
Date: Fri, 7 Jun 2013 00:17:51 +0200
Subject: [PATCH] fix variable name

---
 lib/helper.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/helper.php b/lib/helper.php
index c3dc8740ee..84ebcf1d55 100644
--- a/lib/helper.php
+++ b/lib/helper.php
@@ -366,10 +366,10 @@ class OC_Helper {
 	/**
 	 * Try to guess the mimetype based on filename
 	 *
-	 * @param string $name
+	 * @param string $path
 	 * @return string
 	 */
-	static public function getFileNameMimeType($name){
+	static public function getFileNameMimeType($path){
 		if(strpos($path, '.')) {
 			//try to guess the type by the file extension
 			if(!self::$mimetypes || self::$mimetypes != include 'mimetypes.list.php') {
-- 
GitLab