diff options
Diffstat (limited to 'views/atom/export/entity.php')
-rw-r--r-- | views/atom/export/entity.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/views/atom/export/entity.php b/views/atom/export/entity.php deleted file mode 100644 index c89a73fc4..000000000 --- a/views/atom/export/entity.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php - /** - * Elgg Entity export. - * Displays an entity as ODD over Atom - * - * @package Elgg - * @subpackage Core - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Marcus Povey - * @copyright Curverider Ltd 2008 - * @link http://elgg.org/ - */ - - $entity = $vars['entity']; - - echo export($entity->guid, new ODDAtomWrapperFactory()); -?>
\ No newline at end of file |