diff options
author | Brion Vibber <brion@pobox.com> | 2010-09-28 15:58:11 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-09-28 15:58:11 -0700 |
commit | 3839627a6f70b04c1c8f44319f44abeb21589ba7 (patch) | |
tree | 013b87890143e032f0b3f9213276556d7d3dbdfb /classes/Foreign_subscription.php | |
parent | ee6b4c409d9ddc93529a486065998508cda79ecc (diff) | |
parent | b9177f5e2e3f9697ef1d2863c827d03154ff828e (diff) |
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'classes/Foreign_subscription.php')
-rw-r--r-- | classes/Foreign_subscription.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Foreign_subscription.php b/classes/Foreign_subscription.php index d50860621..ec2631238 100644 --- a/classes/Foreign_subscription.php +++ b/classes/Foreign_subscription.php @@ -4,7 +4,7 @@ */ require_once INSTALLDIR.'/classes/Memcached_DataObject.php'; -class Foreign_subscription extends Memcached_DataObject +class Foreign_subscription extends Memcached_DataObject { ###START_AUTOCODE /* the code below is auto generated do not remove the above tag */ |