summaryrefslogtreecommitdiff
path: root/modules/atom/libraries/Atom_Feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/atom/libraries/Atom_Feed.php')
-rw-r--r--modules/atom/libraries/Atom_Feed.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/atom/libraries/Atom_Feed.php b/modules/atom/libraries/Atom_Feed.php
index 0b667e88..8efeb4f2 100644
--- a/modules/atom/libraries/Atom_Feed.php
+++ b/modules/atom/libraries/Atom_Feed.php
@@ -17,6 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
+
class Atom_Feed_Core extends Atom_Base {
public function id($id) {
$this->element->appendChild($this->dom->createElement("id", $id));