1
0
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:
Tijn Kuyper
2016-03-15 12:24:20 +01:00
parent abab23d37f
commit 2b12bc4132
3 changed files with 33 additions and 53 deletions

View File

@@ -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)
{