Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJCTutorius <charlie@tutorius-dev.(none)>2009-11-04 14:28:29 (GMT)
committer JCTutorius <charlie@tutorius-dev.(none)>2009-11-04 14:28:29 (GMT)
commitd3766efe1b2dc52f9dfbe140df29bc3b97d619ed (patch)
treedd20bee2ff5d7598972ef5b7158ffe4e48a3a089
parent02c264b69b406393c1ea40d4c26ee29e2b522fa3 (diff)
Fixed a bug in delete_tutorialJC
-rw-r--r--tutorius/vault.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorius/vault.py b/tutorius/vault.py
index e4caeb1..dac3825 100644
--- a/tutorius/vault.py
+++ b/tutorius/vault.py
@@ -304,7 +304,7 @@ class Vault(object):
@staticmethod
- def deleteTutorial(Tutorial):
+ def deleteTutorial(Guid):
"""
Removes the tutorial from the Vault. It will unpublish the tutorial if need be,
and it will also wipe it from the persistent storage.