Skip to content

Commit

Permalink
- Merge r6014 from trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Mar 15, 2012
1 parent f451a1c commit cba69dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/managesieve/lib/rcube_sieve_script.php
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,10 @@ static function tokenize(&$str, $num=0, $in_list=false)
$result[] = $text;
}
}
// fallback, skip one character as infinite loop prevention
else {
$str = substr($str, 1);
}

break;
}
Expand Down

0 comments on commit cba69dd

Please sign in to comment.