Browse Source

Forgot a ' whoops

geekboy1011 9 years ago
parent
commit
d62c80bb3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modification.xml

+ 1 - 1
modification.xml

@@ -41,7 +41,7 @@
 		<operation>
 			<search position="replace">AND log_type = {string:log_type}',</search>
 			<add>AND log_type = {string:log_type}
-			OR ip <> {string:ip}',</add>
+				OR ( ip <> {string:ip} AND log_type = {string:log_type} )',</add>
 		</operation>
 		<operation>
 			<search position="after">'log_type' => $error_type,</search>