summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-12-14 06:59:00 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-12-14 06:59:00 -0800
commit3f8d17fcf13ab8c2f213338bca951120bce5b9c7 (patch)
treed25366d5271541233fdb495ad96119578f57ef3d /modules
parentd521faf63d6fcca13445a3bd89387b3a6dc591d4 (diff)
parent3d1f166fe5747bc3d11fb6cecf2a11b143efeec4 (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/helpers/identity.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gallery/helpers/identity.php b/modules/gallery/helpers/identity.php
index 72e3312d..83ba9e1e 100644
--- a/modules/gallery/helpers/identity.php
+++ b/modules/gallery/helpers/identity.php
@@ -82,7 +82,8 @@ class identity_Core {
}
} catch (Exception $e) {
// Log it, so we at least have so notification that we swallowed the exception.
- Kohana::log("error", "Load_user Exception: " . $e->__toString());
+ Kohana::log("error", "Load_user Exception: " .
+ $e->getMessage() . "\n" . $e->getTraceAsString());
try {
Session::instance()->destroy();
} catch (Exception $e) {