require stream stuff
darcs-hash:20080517191034-84dde-eebc08698104692bd67e00b9feffb0dd19f5c2b9.gz
This commit is contained in:
parent
bb13901a50
commit
d748318f7f
|
@ -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.
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
if (!defined('LACONICA')) { exit(1); }
|
||||
|
||||
require_once(INSTALLDIR.'/lib/stream.php');
|
||||
|
||||
class PublicAction extends StreamAction {
|
||||
|
||||
function handle($args) {
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
if (!defined('LACONICA')) { exit(1); }
|
||||
|
||||
require_once(INSTALLDIR.'/lib/stream.php');
|
||||
|
||||
define('SUBSCRIPTIONS_PER_ROW', 5);
|
||||
define('SUBSCRIPTIONS', 80);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user