Weather widget not quite ready for general use

This commit is contained in:
Nathan Gray 2015-01-28 23:09:41 +00:00
parent 3d1836aa49
commit 989db08bc4

View File

@ -345,7 +345,9 @@ class home_ui
'.','..', '.','..',
'class.home_portlet.inc.php', 'class.home_portlet.inc.php',
'class.home_legacy_portlet.inc.php', 'class.home_legacy_portlet.inc.php',
'class.home_favorite_portlet.inc.php' 'class.home_favorite_portlet.inc.php',
// Weather widget not yet ready for release
'class.home_weather_portlet.inc.php'
); );
// Look through all known classes for portlets - for now, they need 'portlet' in the file name // Look through all known classes for portlets - for now, they need 'portlet' in the file name
foreach(array_keys($GLOBALS['egw_info']['apps']) as $appname) foreach(array_keys($GLOBALS['egw_info']['apps']) as $appname)