summaryrefslogtreecommitdiff
path: root/modules/digibug/controllers/digibug.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/digibug/controllers/digibug.php')
-rw-r--r--modules/digibug/controllers/digibug.php1
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;
}