mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-30 03:30:34 -04:00
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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user