'itme' -> 'item'

This commit is contained in:
jesopo 2019-08-02 16:26:45 +01:00
parent 037f62ad4f
commit a1150b610f

View file

@ -77,7 +77,7 @@ class Module(ModuleManager.BaseModule):
elif first_item["type"] == "Create":
content = utils.http.strip_html(
first_item["object"]["content"])
url = first_itme["object"]["id"]
url = first_item["object"]["id"]
shorturl = self.exports.get_one("shorturl")(
event["server"], url)