- Fixed little issue with autoescape
[haanga.git] / haanga / filters / date.php
blob3f3df195d5947f058ff1df7c05dad8997ebef4a3
1 <?php
3 class Date_Filter
5 function generator($compiler, $args)
7 return $compiler->expr_exec('date', $args[1], $args[0]);