summaryrefslogtreecommitdiffstats
path: root/lib/folder.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/folder.php')
-rw-r--r--lib/folder.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/folder.php b/lib/folder.php
index f97960c7b..6c7c4c2f5 100644
--- a/lib/folder.php
+++ b/lib/folder.php
@@ -35,7 +35,6 @@ class OC_News_Folder {
$this->name = $name;
$this->parent = $parent;
$this->feeds = array();
- $this->id = 0;
}
public function getName(){