aboutsummaryrefslogtreecommitdiff
path: root/views/xml
diff options
context:
space:
mode:
Diffstat (limited to 'views/xml')
-rw-r--r--views/xml/api/output.php2
-rw-r--r--views/xml/messages/exceptions/exception.php7
-rw-r--r--views/xml/page/default.php (renamed from views/xml/page_shells/default.php)2
-rw-r--r--views/xml/xml-rpc/output.php2
4 files changed, 2 insertions, 11 deletions
diff --git a/views/xml/api/output.php b/views/xml/api/output.php
index c2385b6e3..42afd44bb 100644
--- a/views/xml/api/output.php
+++ b/views/xml/api/output.php
@@ -5,8 +5,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
*/
diff --git a/views/xml/messages/exceptions/exception.php b/views/xml/messages/exceptions/exception.php
index cc899ac18..66a0f2b96 100644
--- a/views/xml/messages/exceptions/exception.php
+++ b/views/xml/messages/exceptions/exception.php
@@ -5,19 +5,16 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
* @uses $vars['object'] An exception
*/
-global $CONFIG;
?>
<!--
-<?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 (isset($CONFIG->debug)) { ?>
+<?php if (elgg_get_config('debug')) { ?>
<?php
echo print_r($vars['object'], true);
diff --git a/views/xml/page_shells/default.php b/views/xml/page/default.php
index ed7cb13f3..0f0aecbe4 100644
--- a/views/xml/page_shells/default.php
+++ b/views/xml/page/default.php
@@ -4,8 +4,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
*/
diff --git a/views/xml/xml-rpc/output.php b/views/xml/xml-rpc/output.php
index d3ea5bc97..4276029d1 100644
--- a/views/xml/xml-rpc/output.php
+++ b/views/xml/xml-rpc/output.php
@@ -4,8 +4,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*/
$result = $vars['result'];