summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-03-20 16:06:22 -0500
committerEvan Prodromou <evan@status.net>2010-03-20 16:06:22 -0500
commit99454be38cf1dc7f962441d23ccc0a59e7b05f3d (patch)
tree50d29f185d5fd69c773023d65a6824dabb9e1bb9 /lib/common.php
parentfb2b45c68abbf48dcdfea330163d17ec56f479bc (diff)
Move activity classes to their own files
Moved the various classes used by the Activity class to their own files. There were >10 classes in the same file, with around 1500 lines in the file. Just too big. This change makes autoloading work for these classes, so also removed the hard require in lib/common.php.
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php
index 5d53270e3..334a88ffd 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -123,7 +123,6 @@ 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';