From 89775a6774bd7707c5d62a930f107c491862e3b0 Mon Sep 17 00:00:00 2001 From: Chad Parry Date: Sat, 30 Apr 2011 16:09:29 -0600 Subject: [PATCH] Change the name of the extensions helper to legal_file. --- 3.0/modules/rawphoto/helpers/rawphoto_event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.0/modules/rawphoto/helpers/rawphoto_event.php b/3.0/modules/rawphoto/helpers/rawphoto_event.php index 8c612bd0..db0bf4e8 100644 --- a/3.0/modules/rawphoto/helpers/rawphoto_event.php +++ b/3.0/modules/rawphoto/helpers/rawphoto_event.php @@ -39,7 +39,7 @@ class rawphoto_event_Core { ->url(url::site("admin/rawphoto"))); } - static function upload_extensions($extensions_wrapper) { + static function legal_file_extensions($extensions_wrapper) { array_push($extensions_wrapper->extensions, "bay", "bmq", "cr2", "crw", "cs1", "dc2", "dcr", "dng", "fff", "k25", "kdc", "mos", "mrw", "nef", "orf", "pef", "raf", "raw", "rdc", "srf", "x3f");