groupsform.php 184 B

1234
  1. <?php
  2. elgg_deprecated_notice("notifications/subscriptions/groupsform was moved to forms/notificationsettings/groupsave", 1.8);
  3. echo elgg_view('forms/notificationsettings/groupsave');