fix #8131 - chinese translations
[Pman.Core] / DataObjects / Core_holiday.php
index 9867e50..cd26445 100644 (file)
@@ -25,7 +25,7 @@ class Pman_Core_DataObjects_Core_holiday extends DB_DataObject
     );
     
     
-    function apply_filters($q, $au, $roo)
+    function applyFilters($q, $au, $roo)
     {
         if (isset($q['date_from'])) {
             $dt = date("Y-m-d",strtotime($q['date_from']));