Skip to content

Commit

Permalink
bug fixed: weird character breaks execution. removed.
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/extensions/AStat@28229 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Apr 18, 2014
1 parent 9368bcc commit 76645e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astat_aip.class.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -2370,7 +2370,7 @@ private function is_IP($ip)

for($i=0;$i<4;$i++)
{
if(!is_numeric($tmp[$i])) { return (false); }
if(!is_numeric($tmp[$i])) {return (false);}
}
return (true);
}
Expand Down

0 comments on commit 76645e8

Please sign in to comment.