diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-25 21:50:37 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-25 21:50:37 -0700 |
commit | 3b873a98d7292b1c9736082fa6c27b44f4fd1018 (patch) | |
tree | 1eeb5e67651b4dc74320f550670afa35d47f1a80 /modules/digibug/controllers/digibug.php | |
parent | e2e1aa06834125f10e03f929a41e527ec7c2f8ea (diff) |
Oops changed my mind... when setting to the default just set the value
to null and let the cpmapny and event ids be set in the print_photo controller.
Diffstat (limited to 'modules/digibug/controllers/digibug.php')
-rw-r--r-- | modules/digibug/controllers/digibug.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/digibug/controllers/digibug.php b/modules/digibug/controllers/digibug.php index 6900c65a..7bec4b86 100644 --- a/modules/digibug/controllers/digibug.php +++ b/modules/digibug/controllers/digibug.php @@ -49,6 +49,7 @@ class Digibug_Controller extends Controller { "thumb_height_1" => $item->thumb_height, "thumb_width_1" => $item->thumb_width, "title_1" => p::clean($item->title)); + Kohana::log("error", Kohana::debug($v->order_parms)); print $v; } |