Fix Undefined array key "order_by"
This commit is contained in:
parent
57d9a5e925
commit
739c3fe760
|
@ -222,7 +222,7 @@ class API extends Handler {
|
|||
|
||||
$_SESSION['hasSandbox'] = $has_sandbox;
|
||||
|
||||
list($override_order, $skip_first_id_check) = Feeds::_order_to_override_query(clean($_REQUEST["order_by"]) ?? "");
|
||||
list($override_order, $skip_first_id_check) = Feeds::_order_to_override_query(clean($_REQUEST["order_by"] ?? ""));
|
||||
|
||||
/* do not rely on params below */
|
||||
|
||||
|
|
Loading…
Reference in New Issue