diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2009-12-22 23:34:50 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2009-12-22 23:34:50 +0000 |
| commit | 5855c4333ce6929c63d5639c7623152d80447d47 (patch) | |
| tree | e2a22c1b7c6d95539fd63984622124deb934b875 /modules/gallery/helpers/identity.php | |
| parent | 1baaeeefe81ef1a96153a050e9307d99768dd0df (diff) | |
| parent | 86e0bc863a1c6739a9cd153931c099307e4c1000 (diff) | |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/gallery/helpers/identity.php')
| -rw-r--r-- | modules/gallery/helpers/identity.php | 3 |
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) { |
