diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-18 13:24:44 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-18 13:24:44 -0400 |
commit | f341780e1ff56a02d3283a1fb380f4fa0ac34ae9 (patch) | |
tree | 9fd3b27795b75d0844b32f8b405de99db83f965a /actions/subscriptions.php | |
parent | 78ac9df2a626fe1da4f9d864ca17ae19ee6d1c75 (diff) |
more subscriptions/subscribers changes
Showstream now shows subscriptions in reverse chron order, like the
other pages.
Added a callback method to figure out who the _other_ guy is in a
subscription.
Changed gallery page to be a UL of images.
darcs-hash:20080618172444-84dde-b886f6f8170370ae1aaf2e7f996aff288a471145.gz
Diffstat (limited to 'actions/subscriptions.php')
-rw-r--r-- | actions/subscriptions.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actions/subscriptions.php b/actions/subscriptions.php index aba974f6e..10aef54d8 100644 --- a/actions/subscriptions.php +++ b/actions/subscriptions.php @@ -43,4 +43,8 @@ class SubscriptionsAction extends GalleryAction { function div_class() { return 'subscriptions'; } + + function get_other(&$subs) { + return $subs->subscribed; + } }
\ No newline at end of file |