Fix loop increment on some for loops (fix #562)
authornikic <nikita.ppv@googlemail.com>
Wed, 21 Dec 2011 10:00:04 +0000 (11:00 +0100)
committernikic <nikita.ppv@googlemail.com>
Wed, 21 Dec 2011 10:06:00 +0000 (11:06 +0100)
commit834ce4c641f740cc69b45d001417e5c8f61d3887
treefa4c9f4e6cf17f4ecd1f178de62a86284f213f53
parent6f020ccaf4d0c23a4c6c6e6e1bd21c79cac72f22
Fix loop increment on some for loops (fix #562)

The inner loop incrementing code was not added on for loops where the body was not a Twig_Node (but e.g. a Twig_Node_If)
lib/Twig/Node/For.php