Installed and everything appears to work, but I get the error message:
The administrator has specified that you can only edit messages for 720 minutes after you have posted. This limit has expired, so you must contact the administrator to make alterations on your message.
I think it has to do with the * 60 part in the code.
Code:
( $this->post['dateline'] >= (TIMENOW - ($this->registry->options['edittimelimit'] *
60)) OR
$this->registry->options['edittimelimit'] == 0) OR
(($this->registry->options['editoverride_enabled']) AND ($this->post['editoverride']
== 1)
)
))
)