mirror of
https://github.com/e107inc/e107.git
synced 2025-05-03 10:49:12 +02:00
Merge pull request #1300 from Jimmi08/master
Fixes #1294 - Newsfeed plugin wasn't working on frontend.
This commit is contained in:
commit
d51b3013f3
@ -14,7 +14,11 @@
|
||||
* $Author$
|
||||
*
|
||||
*/
|
||||
require_once('../../class2.php');
|
||||
if(!defined('e107_INIT'))
|
||||
{
|
||||
require_once('../../class2.php');
|
||||
}
|
||||
|
||||
if (!e107::isInstalled('newsfeed'))
|
||||
{
|
||||
header("location:".e_BASE."index.php");
|
||||
|
Loading…
x
Reference in New Issue
Block a user