Skip to content

Commit e80f5f2

Browse files
author
Brian Kelley
committed
Line 485, lastUserActivity misspelled as lastUserActvity.
1 parent ec9f67a commit e80f5f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/cgi/actions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#$Id: actions.py,v 1.18 2004-03-26 06:31:50 richard Exp $
1+
#$Id: actions.py,v 1.19 2004-03-26 18:18:31 wc2so1 Exp $
22

33
import re, cgi, StringIO, urllib, Cookie, time, random
44

@@ -482,7 +482,7 @@ def handle(self):
482482
See parsePropsFromForm and _editnodes for special variables.
483483
484484
"""
485-
user_activity = self.lastUserActvity()
485+
user_activity = self.lastUserActivity()
486486
if user_activity and self.detectCollision(user_activity,
487487
self.lastNodeActivity()):
488488
self.handleCollision()

0 commit comments

Comments
 (0)