mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-31 00:39:11 -04:00
Move the extensions helpers out of the Kohana system directory and into their own Gallery Extensions class.
This commit is contained in:
@@ -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 = upload::get_upload_filters();
|
||||
$v->extensions = extensions::get_upload_filters();
|
||||
$v->suhosin_session_encrypt = (bool) ini_get("suhosin.session.encrypt");
|
||||
|
||||
list ($toolkit_max_filesize_bytes, $toolkit_max_filesize) = graphics::max_filesize();
|
||||
@@ -69,4 +69,4 @@ class Form_Uploadify_Core extends Form_Input {
|
||||
public function validate() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user