Fix #992: Digibug pops up a blank page and doesn't allow printing

form::hidden() changed in K24 breaking this.  Also fixed the spelling
of "$order_params"
This commit is contained in:
Bharat Mediratta
2010-01-30 16:05:20 -08:00
parent a161436015
commit 10e208ea5c
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class Digibug_Controller extends Controller {
}
$v = new View("digibug_form.html");
$v->order_parms = array(
$v->order_params = array(
"digibug_api_version" => "100",
"company_id" => module::get_var("digibug", "company_id"),
"event_id" => module::get_var("digibug", "event_id"),