From 922f21e23d60b965d83bd50b780cb9b33e8010c1 Mon Sep 17 00:00:00 2001 From: Alex Kalderimis Date: Thu, 15 Aug 2019 14:16:29 +0100 Subject: Adds EE prepend, which for some reason was missing --- lib/api/todos.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/api/todos.rb b/lib/api/todos.rb index 7260ecfb5ee..51772db3118 100644 --- a/lib/api/todos.rb +++ b/lib/api/todos.rb @@ -107,3 +107,5 @@ module API end end end + +API::Todos.prepend_if_ee('EE::API::Todos') -- cgit v1.2.1