Add some includes to noticelist

This commit is contained in:
Evan Prodromou 2009-01-15 23:43:58 +00:00
parent 1e874240bf
commit e697faf23b
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ if (!defined('LACONICA')) {
exit(1);
}
require_once INSTALLDIR.'/lib/favorform.php';
require_once INSTALLDIR.'/lib/disfavorform.php';
/**
* widget for displaying a list of notices
*