'itme' -> 'item'
This commit is contained in:
parent
037f62ad4f
commit
a1150b610f
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
elif first_item["type"] == "Create":
|
elif first_item["type"] == "Create":
|
||||||
content = utils.http.strip_html(
|
content = utils.http.strip_html(
|
||||||
first_item["object"]["content"])
|
first_item["object"]["content"])
|
||||||
url = first_itme["object"]["id"]
|
url = first_item["object"]["id"]
|
||||||
shorturl = self.exports.get_one("shorturl")(
|
shorturl = self.exports.get_one("shorturl")(
|
||||||
event["server"], url)
|
event["server"], url)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue