Add fallback if comment as no parent
This commit is contained in:
parent
5d464c353f
commit
a36a780b99
|
@ -429,6 +429,11 @@ function drop_item($id, $return = '')
|
||||||
$a->internalRedirect('display/' . $parentitem['guid']);
|
$a->internalRedirect('display/' . $parentitem['guid']);
|
||||||
//NOTREACHED
|
//NOTREACHED
|
||||||
}
|
}
|
||||||
|
// In case something goes wrong
|
||||||
|
else {
|
||||||
|
$a->internalRedirect('network');
|
||||||
|
//NOTREACHED
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// if unknown location or deleting top level post called from display
|
// if unknown location or deleting top level post called from display
|
||||||
|
|
Loading…
Reference in a new issue