From 720c77fae91a5b14d18e9f90546aa7c651a7692b Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Fri, 21 Dec 2001 03:30:16 +0000 Subject: [PATCH] NNTP needs to be a phpgwapi config also, for now --- admin/config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/config.php b/admin/config.php index 188ce2fa8c..f49015f9bc 100644 --- a/admin/config.php +++ b/admin/config.php @@ -12,6 +12,7 @@ /* $Id$ */ + $GLOBALS['phpgw_info'] = array(); $GLOBALS['phpgw_info']['flags'] = array( 'noheader' => True, 'nonavbar' => True, @@ -30,6 +31,7 @@ case 'addressbook': case 'calendar': case 'email': + case 'nntp': /* Other special apps can go here for now, e.g.: case 'bogusappname':