summaryrefslogtreecommitdiff
path: root/modules/gallery/views
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-02-28 15:38:39 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-02-28 15:38:39 -0800
commite3e72ca4da0375d88b86ba69b6596b10be164e23 (patch)
treef32855f9416252b474ab8d598a345fdcf1455b7d /modules/gallery/views
parentf28b80fcf43e02ca65f419eb6774321dc30a2a37 (diff)
parentfd94f4bec21a7deaa86d468da704a048d2be751e (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/views')
-rw-r--r--modules/gallery/views/kohana/error.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/views/kohana/error.php b/modules/gallery/views/kohana/error.php
index 26628cf2..d55105a0 100644
--- a/modules/gallery/views/kohana/error.php
+++ b/modules/gallery/views/kohana/error.php
@@ -204,7 +204,7 @@
<pre><?= $name?></pre>
</td>
<td class="value">
- <pre><?= Kohana_Exception::dump($arg) ?></pre>
+ <pre><?= Kohana_Exception::safe_dump($arg, $name) ?></pre>
</td>
</tr>
<? endforeach?>
@@ -265,7 +265,7 @@
</code>
</td>
<td class="value">
- <pre><?= Kohana_Exception::dump($value) ?></pre>
+ <pre><?= Kohana_Exception::safe_dump($value, $key) ?></pre>
</td>
</tr>
<? endforeach?>