Skip to content

Commit

Permalink
Undefined var caught, thanks again Cliff!
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Aug 5, 2003
1 parent 4ee2c63 commit 6a0640f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Stats/templates/display;modmail;default
Expand Up @@ -39,7 +39,7 @@ rm.score; " "; constants.absolutedir_secure %]/~[% rm.nickname | fixparam %] ([
[% END %]
[% IF repeat_mods;
FOREACH dir = [ '-1', '1' ];
IF repeat_mods.$dir.keys.size >= 1;
IF repeat_mods.$dir.defined AND repeat_mods.$dir.keys.size >= 1;
IF dir == -1; dirword = "DOWN"; ELSE; dirword = "UP"; END %]
REPEAT [% dirword %]MODS:
[% FOREACH orguid = repeat_mods.$dir.keys.nsort;
Expand Down

0 comments on commit 6a0640f

Please sign in to comment.