diff options
author | Chad Parry <github@chad.parry.org> | 2011-04-30 16:10:06 -0600 |
---|---|---|
committer | Chad Parry <github@chad.parry.org> | 2011-04-30 16:10:06 -0600 |
commit | a8ca9dcf9edd54633c0c78b3af76aa974d38fc64 (patch) | |
tree | 4bc5dda0ecd3a3c6cf69ceb6a1e6caa66bf45f65 /modules/gallery/libraries | |
parent | 7e61a01a96f5eab7212dba754ac64fdfb4d9e8ab (diff) |
Change the name of the extensions helper to legal_file.
Diffstat (limited to 'modules/gallery/libraries')
-rw-r--r-- | modules/gallery/libraries/Form_Uploadify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/libraries/Form_Uploadify.php b/modules/gallery/libraries/Form_Uploadify.php index 884653e2..450320b3 100644 --- a/modules/gallery/libraries/Form_Uploadify.php +++ b/modules/gallery/libraries/Form_Uploadify.php @@ -47,7 +47,7 @@ class Form_Uploadify_Core extends Form_Input { $v->script_data = $this->data["script_data"]; $v->simultaneous_upload_limit = module::get_var("gallery", "simultaneous_upload_limit"); $v->movies_allowed = (bool) movie::find_ffmpeg(); - $v->extensions = extensions::get_upload_filters(); + $v->extensions = legal_file::get_filters(); $v->suhosin_session_encrypt = (bool) ini_get("suhosin.session.encrypt"); list ($toolkit_max_filesize_bytes, $toolkit_max_filesize) = graphics::max_filesize(); |