diff options
Diffstat (limited to 'views/json/messages/exceptions')
-rw-r--r-- | views/json/messages/exceptions/exception.php | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/views/json/messages/exceptions/exception.php b/views/json/messages/exceptions/exception.php index 6255f08a6..306b2bc0e 100644 --- a/views/json/messages/exceptions/exception.php +++ b/views/json/messages/exceptions/exception.php @@ -1,19 +1,17 @@ <?php - /** - * Elgg exception - * Displays a single exception - * - * @package Elgg - * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ - * - * @uses $vars['object'] An exception - */ +/** + * Elgg exception + * Displays a single exception + * + * @package Elgg + * @subpackage Core + * @author Curverider Ltd + * @link http://elgg.org/ + * + * @uses $vars['object'] An exception + */ - $export = $vars['object']; - - global $jsonexport; - $jsonexport['exceptions'][] = $export; +$export = $vars['object']; -?>
\ No newline at end of file +global $jsonexport; +$jsonexport['exceptions'][] = $export;
\ No newline at end of file |