diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 23:47:43 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 23:47:43 +0000 |
commit | d3092274c25e9ee8b0fa729a5f3a35df7dde276c (patch) | |
tree | 8b565ea3cee475e71e7c9ad392f26af60960c227 /lib/noticelist.php | |
parent | a18351bc390cc0c4081286220120a6b5e8402a19 (diff) | |
parent | c73ed29cb7977de759379249d0932f5fa62b179b (diff) |
Merge branch 'uiredesign' of ../evan into uiredesign
Diffstat (limited to 'lib/noticelist.php')
-rw-r--r-- | lib/noticelist.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/noticelist.php b/lib/noticelist.php index dd4c4a188..6f4d1c04e 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -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 * |