View file PF.Base/install/include/version/4.2.2.php

File size: 201B
<?php

return function(Phpfox_Installer $Installer) {
	$Installer->db->update(':block',[
		'component' => 'category'
	], [
		'module_id' => 'marketplace',
		'm_connection' => 'marketplace.view'
	]);
};