Fixed bug where empty request string would fail
This commit is contained in:
@@ -14,6 +14,7 @@ class HandBrakeCluster_RequestParser {
|
||||
|
||||
public function parse() {
|
||||
if (!$this->request_string) {
|
||||
$this->page = array('home');
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user