Fixed bug where empty request string would fail

This commit is contained in:
2010-03-21 13:30:38 +00:00
parent ed3ef8c01d
commit 0477d7363f

View File

@@ -14,6 +14,7 @@ class HandBrakeCluster_RequestParser {
public function parse() { public function parse() {
if (!$this->request_string) { if (!$this->request_string) {
$this->page = array('home');
return; return;
} }