[files] [cleanup/redesign] removed the old file_list structure and also added file listing in setup
diff --git a/patches/april_2013/p05_update_file_data.py b/patches/april_2013/p05_update_file_data.py
index a1d2f63..8fd38ed 100644
--- a/patches/april_2013/p05_update_file_data.py
+++ b/patches/april_2013/p05_update_file_data.py
@@ -3,7 +3,7 @@
 
 def execute():
 	webnotes.reload_doc("core", "doctype", "file_data")
-	webontes.reset_perms("File Data")
+	webnotes.reset_perms("File Data")
 	
 	singles = webnotes.conn.sql_list("""select name from tabDocType
 		where ifnull(issingle,0)=1""")