diff options
Diffstat (limited to 'app/controllers/sent_notifications_controller.rb')
-rw-r--r-- | app/controllers/sent_notifications_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/sent_notifications_controller.rb b/app/controllers/sent_notifications_controller.rb index db07b212d00..64d66ee86f1 100644 --- a/app/controllers/sent_notifications_controller.rb +++ b/app/controllers/sent_notifications_controller.rb @@ -53,4 +53,4 @@ class SentNotificationsController < ApplicationController end end -SentNotificationsController.prepend_if_ee('EE::SentNotificationsController') +SentNotificationsController.prepend_mod_with('SentNotificationsController') |