]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add some includes to noticelist
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 15 Jan 2009 23:43:58 +0000 (23:43 +0000)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 15 Jan 2009 23:43:58 +0000 (23:43 +0000)
lib/noticelist.php

index eb5416ee45a550b841b196f27366aaec290e25db..ccdd57feb300543a16a3497ad07c2564e2a07fb9 100644 (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
  *