fix table name in subscriptions.php

darcs-hash:20080518012850-84dde-31e2c255b661dc71201756b20763ab817df44d05.gz
This commit is contained in:
Evan Prodromou 2008-05-17 21:28:50 -04:00
parent f8aaa7f492
commit b3c102ec6a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class SubscriptionsAction extends Action {
function show_subscriptions($profile, $page) {
$sub = DB_DataObject::factory('subscriptions');
$sub = DB_DataObject::factory('subscription');
$sub->subscriber = $profile->id;
# We ask for an extra one to know if we need to do another page