1
0

Change the name of the extensions helper to legal_file.

This commit is contained in:
Chad Parry 2011-04-30 16:09:29 -06:00
parent dcc3fb9f59
commit 89775a6774

View File

@ -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");