diff options
Diffstat (limited to 'actions/all.php')
-rw-r--r-- | actions/all.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/all.php b/actions/all.php index 452232929..f74b3ff9c 100644 --- a/actions/all.php +++ b/actions/all.php @@ -19,6 +19,8 @@ if (!defined('LACONICA')) { exit(1); } +require_once(INSTALLDIR.'/actions/showstream.php'); + class AllAction extends ShowstreamAction { // XXX: push this up to a common function. |