diff --git a/app/controllers/timelog_controller.rb b/app/controllers/timelog_controller.rb index 007479ad6..7addff78c 100644 --- a/app/controllers/timelog_controller.rb +++ b/app/controllers/timelog_controller.rb @@ -311,6 +311,7 @@ private :label => cf.name} end + call_hook(:controller_timelog_available_criterias, { :available_criterias => @available_criterias, :project => @project }) @available_criterias end end