Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Silva <sebastian@somosazucar.org>2013-05-27 07:49:22 (GMT)
committer Sebastian Silva <sebastian@somosazucar.org>2013-05-27 07:49:22 (GMT)
commit6e343b7147c2157efd6de6f10c5e838e67193d88 (patch)
tree8d362cb7e6bce1ee15b8221a27554722d8bfba20
parent172250c8a48f93a1356e70b1f23fecf5bb2c3627 (diff)
Fix offline project browsing
-rw-r--r--sugar_network_webui/cursors.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sugar_network_webui/cursors.py b/sugar_network_webui/cursors.py
index 7bd092b..52462b8 100644
--- a/sugar_network_webui/cursors.py
+++ b/sugar_network_webui/cursors.py
@@ -48,7 +48,6 @@ class Mount:
reply=['guid', 'title'],
order_by='-mtime')
self.Projects = self.client.Context.cursor(type='project',
- clone=clone,
reply=['guid', 'type', 'title', 'author', 'summary',
'description', 'favorite', 'clone', 'mtime'],
order_by='-mtime')