diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-12-05 21:08:10 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-05 21:08:10 -0800 |
commit | 1f3567ec04e372e33e6858c56ca4d8ca8949d8bc (patch) | |
tree | f6d8837b624c2aafab8fdaecc5021bb2418c765e /modules | |
parent | 320a569c104c61e103b5c6336d8f52c7677f8594 (diff) |
Update the gallery module to version 21 in the installer.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/helpers/gallery_installer.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_installer.php b/modules/gallery/helpers/gallery_installer.php index 39859b36..410b6413 100644 --- a/modules/gallery/helpers/gallery_installer.php +++ b/modules/gallery/helpers/gallery_installer.php @@ -268,7 +268,8 @@ class gallery_installer { module::set_var("gallery", "show_credits", 1); // @todo this string needs to be picked up by l10n_scanner module::set_var("gallery", "credits", "Powered by <a href=\"%url\">Gallery %version</a>"); - module::set_version("gallery", 19); + module::set_var("gallery", "simultaneous_upload_limit", 5); + module::set_version("gallery", 21); } static function upgrade($version) { |