diff options
author | Zach Copley <zach@status.net> | 2010-02-22 17:47:40 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-22 17:47:40 -0800 |
commit | 1f859e72a205807ca15cc8e22e82e8e112979de9 (patch) | |
tree | 2125f4bd0ba48199ec3d61f5fa8d4db2d885b8ab /lib/common.php | |
parent | cbf6ebae014dace4ab1e8b85b95e1bfffb1580e8 (diff) |
Add activity.php to common includes
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index b95cd1175..68723955e 100644 --- a/lib/common.php +++ b/lib/common.php @@ -123,6 +123,7 @@ require_once INSTALLDIR.'/lib/util.php'; require_once INSTALLDIR.'/lib/action.php'; require_once INSTALLDIR.'/lib/mail.php'; require_once INSTALLDIR.'/lib/subs.php'; +require_once INSTALLDIR.'/lib/activity.php'; require_once INSTALLDIR.'/lib/clientexception.php'; require_once INSTALLDIR.'/lib/serverexception.php'; |