parent
3d4c65dba7
commit
02f2df679b
|
@ -193,6 +193,11 @@ class Server {
|
||||||
$this->errors[] = new Exception('badArgument');
|
$this->errors[] = new Exception('badArgument');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (isset($this->args['from']) && isset($this->args['until'])) {
|
||||||
|
if (strlen($this->args['from']) !== strlen($this->args['until'])) {
|
||||||
|
$this->errors[] = new Exception('badArgument');
|
||||||
|
}
|
||||||
|
}
|
||||||
if (isset($this->args['set'])) {
|
if (isset($this->args['set'])) {
|
||||||
$this->errors[] = new Exception('noSetHierarchy');
|
$this->errors[] = new Exception('noSetHierarchy');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue