Skip to content
Snippets Groups Projects
Commit 8e7df3be authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Version 1.1 updated: Added GPL-notice as required by JED

parent bf8ca579
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,8 @@ defined('_JEXEC') or die( 'Direct Access to ' . basename( __FILE__ ) . ' is not
if (!class_exists('vmCustomPlugin')) require(JPATH_VM_PLUGINS . DS . 'vmcustomplugin.php');
if(!include_once(rtrim(JPATH_ADMINISTRATOR,DIRECTORY_SEPARATOR).DIRECTORY_SEPARATOR.'components'.DIRECTORY_SEPARATOR.'com_acymailing'.DIRECTORY_SEPARATOR.'helpers'.DIRECTORY_SEPARATOR.'helper.php')){
JFactory::getApplication()->enqueueMessage(JText::_('VMCUSTOM_ACYBUYER_ACYMAILING_NEEDED'), 'error');
} else {
return;
}
class plgVmCustomAcyMailing_subscribe_Buyer extends vmCustomPlugin {
......@@ -270,5 +271,4 @@ class plgVmCustomAcyMailing_subscribe_Buyer extends vmCustomPlugin {
}
}
} // end if acymailing can be loaded
// No closing tag
\ No newline at end of file
<?php
defined('_JEXEC') or die('Restricted access');
/**
* Installation script for the plugin
*
* @copyright Copyright (C) 2013 Reinhold Kainhofer, office@open-tools.net
* @license GPL v3+, http://www.gnu.org/copyleft/gpl.html
*/
class plgVmCustomAcyMailing_subscribe_BuyerInstallerScript
{
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment