summaryrefslogtreecommitdiffstats
path: root/lib/folder.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-06-06 13:34:19 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-06-06 13:34:19 -0400
commit6f1204c3b9e145436fad1ee64e53ff0b58c89e66 (patch)
treed46e7624263aeb94df259b16c10ac2ec1b15f0b1 /lib/folder.php
parent200aebe1f4220d9d0b8f1b3807704300ced28f16 (diff)
starts the GUI
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(){