Skip to content
Snippets Groups Projects
Commit 8e27af4e authored by Branson Stephens's avatar Branson Stephens
Browse files

fixed bug in slot creation.

parent 4061293a
No related branches found
No related tags found
No related merge requests found
......@@ -856,6 +856,7 @@ class EventSlot(APIView):
# UGLY hack to deal with /private vs /general dirs
general = False
tmpFilename = filename
if filename.startswith("general/"):
tmpFilename = filename[len("general/"):]
general = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment