mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
Code clean-up on newsletter plugin
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* e107 website system
|
||||
*
|
||||
* Copyright (C) 2008-2013 e107 Inc (e107.org)
|
||||
* Copyright (C) 2008-2016 e107 Inc (e107.org)
|
||||
* Released under the terms and conditions of the
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
@@ -10,15 +10,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* e107 Newsletter plugin
|
||||
*
|
||||
* @package e107_plugins
|
||||
* @subpackage newsletter
|
||||
*/
|
||||
|
||||
|
||||
require_once('../../class2.php');
|
||||
if (!e107::isInstalled('newsletter') || !ADMIN)
|
||||
{
|
||||
|
Reference in New Issue
Block a user