diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-12-06 14:02:18 -0500 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-12-06 14:02:18 -0500 |
commit | a60a58a6e884af4ab89b118bf2f23132335381fe (patch) | |
tree | 3e27ff18d2a6c476b526cc214263c51186ca75ad /views/opendd | |
parent | 6676577386c72d4a024c5c61a948589db8aaf9c7 (diff) | |
parent | 3bf72994688ad9292bf37444d80ab5ab1a002748 (diff) | |
download | elgg-a60a58a6e884af4ab89b118bf2f23132335381fe.tar.gz elgg-a60a58a6e884af4ab89b118bf2f23132335381fe.tar.bz2 |
Merge branch 'pr-420' into 1.8
Diffstat (limited to 'views/opendd')
-rw-r--r-- | views/opendd/messages/exceptions/exception.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/opendd/messages/exceptions/exception.php b/views/opendd/messages/exceptions/exception.php index 54868f1f4..dc0f48a8d 100644 --- a/views/opendd/messages/exceptions/exception.php +++ b/views/opendd/messages/exceptions/exception.php @@ -11,7 +11,7 @@ ?> <!-- -<?php echo get_class($vars['object']); ?>: <?php echo autop($vars['object']->getMessage()); ?> +<?php echo get_class($vars['object']); ?>: <?php echo elgg_autop($vars['object']->getMessage()); ?> <?php if (elgg_get_config('debug')) { ?> <?php echo print_r($vars['object'], true); |