31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-09-23 18:49:04 +00:00

Merge pull request #78 into joomla/develop

This commit is contained in:
Llewellyn van der Merwe 2021-03-07 02:40:55 +02:00
commit e2bb7b8dce
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C

View File

@ -25,10 +25,9 @@ use Joomla\Archive\Archive;
*/
class JedcheckerControllerUploads extends JControllerlegacy
{
var $path = null;
var $pathArchive = null;
var $pathUnzipped = null;
public $path;
public $pathArchive;
public $pathUnzipped;
/**
* Constructor.