typo
authorAlan <alan@roojs.com>
Tue, 9 Apr 2024 06:47:44 +0000 (14:47 +0800)
committerAlan <alan@roojs.com>
Tue, 9 Apr 2024 06:47:44 +0000 (14:47 +0800)
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']));