File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugins/installer/packageinstaller/tmpl Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010
1111defined ('_JEXEC ' ) or die;
1212
13- use Joomla \CMS \Filesystem \FilesystemHelper ;
1413use Joomla \CMS \HTML \HTMLHelper ;
1514use Joomla \CMS \Language \Text ;
15+ use Joomla \Filesystem \Helper as FilesystemHelper ;
1616
1717/** @var \Joomla\Plugin\Installer\Package\Extension\PackageInstaller $this */
1818
3333 );
3434
3535$ return = $ this ->getApplication ()->getInput ()->getBase64 ('return ' );
36- $ maxSizeBytes = FilesystemHelper::fileUploadMaxSize ( false );
36+ $ maxSizeBytes = FilesystemHelper::getFileUploadMaxSize ( );
3737$ maxSize = HTMLHelper::_ ('number.bytes ' , $ maxSizeBytes );
3838?>
3939<legend><?php echo Text::_ ('PLG_INSTALLER_PACKAGEINSTALLER_UPLOAD_INSTALL_JOOMLA_EXTENSION ' ); ?> </legend>
You can’t perform that action at this time.
0 commit comments