mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 05:41:58 +02:00
Fix all PHP 8.0 test failures
This commit is contained in:
@@ -231,7 +231,7 @@ class e_marketplace
|
||||
* @param $data - e107.org plugin/theme feed data.
|
||||
* @return bool|string
|
||||
*/
|
||||
public function getDownloadModal($type='plugin',$data)
|
||||
public function getDownloadModal($type='plugin',$data=array())
|
||||
{
|
||||
|
||||
$url = false;
|
||||
|
Reference in New Issue
Block a user