Index: openacs-4/packages/notifications/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/index.tcl,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/notifications/www/index.tcl 7 Aug 2017 23:48:13 -0000 1.3 +++ openacs-4/packages/notifications/www/index.tcl 14 Mar 2019 15:55:41 -0000 1.3.2.1 @@ -1,3 +1,7 @@ +ad_page_contract { + Just redirect to the manage page +} + ad_returnredirect manage # Local variables: Index: openacs-4/packages/notifications/www/admin/sweep-now.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/admin/sweep-now.tcl,v diff -u -N -r1.2 -r1.2.2.1 --- openacs-4/packages/notifications/www/admin/sweep-now.tcl 7 Aug 2017 23:48:13 -0000 1.2 +++ openacs-4/packages/notifications/www/admin/sweep-now.tcl 14 Mar 2019 15:55:41 -0000 1.2.2.1 @@ -1,3 +1,7 @@ +ad_page_contract { + Sweep notifications immediately +} + notification::sweep::sweep_notifications -interval_id [notification::get_interval_id -name "instant"] ad_returnredirect .