implement service class for feed polling frequenecy, fixed a service class bug, moved service class stuff from plugin to account.php where it belongs and load that by default instead of on demand

This commit is contained in:
friendica
2014-09-03 19:07:14 -07:00
parent d93f7d688d
commit 844087bc71
9 changed files with 92 additions and 96 deletions

View File

@@ -41,6 +41,7 @@ require_once('include/features.php');
require_once('include/taxonomy.php');
require_once('include/identity.php');
require_once('include/Contact.php');
require_once('include/account.php');
define ( 'RED_PLATFORM', 'Red Matrix' );