Fix broken code in OStatus feed maint/test scripts (using field name from older dev code, would load up wrong record)
This commit is contained in:
@@ -45,7 +45,7 @@ $skip = have_option('skip') ? intval(get_option_value('skip')) : 0;
|
||||
$count = have_option('count') ? intval(get_option_value('count')) : 0;
|
||||
|
||||
|
||||
$sub = FeedSub::staticGet('topic', $feedurl);
|
||||
$sub = FeedSub::staticGet('uri', $feedurl);
|
||||
if (!$sub) {
|
||||
print "Feed $feedurl is not subscribed.\n";
|
||||
exit(1);
|
||||
|
Reference in New Issue
Block a user