reverse order from delete, insert to insert, delete on ostatus conversion
This commit is contained in:
parent
f1af583e3e
commit
a764603e73
@ -112,8 +112,8 @@ function updateOStatus($user)
|
|||||||
if (!have_option('q', 'quiet')) {
|
if (!have_option('q', 'quiet')) {
|
||||||
echo "Converting...";
|
echo "Converting...";
|
||||||
}
|
}
|
||||||
Subscription::cancel($up, $rp);
|
|
||||||
Subscription::start($up, $op->localProfile());
|
Subscription::start($up, $op->localProfile());
|
||||||
|
Subscription::cancel($up, $rp);
|
||||||
if (!have_option('q', 'quiet')) {
|
if (!have_option('q', 'quiet')) {
|
||||||
echo "done.\n";
|
echo "done.\n";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user