fix table name in subscriptions.php
darcs-hash:20080518012850-84dde-31e2c255b661dc71201756b20763ab817df44d05.gz
This commit is contained in:
parent
f8aaa7f492
commit
b3c102ec6a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user