Working subscription approval!

This commit is contained in:
Brion Vibber
2011-03-28 17:06:02 -07:00
parent a70e68e09c
commit e5b5c256a3
13 changed files with 714 additions and 7 deletions

View File

@@ -122,7 +122,7 @@ class Subscription extends Memcached_DataObject
Event::handle('EndSubscribe', array($subscriber, $other));
}
return true;
return $sub;
}
/**