Jake Vanderwerf
2026-05-23 266aa37c48222993bf7bdad6834e31bd08736f5e
inc/rest/routes/NotificationsRoutes.php
@@ -134,7 +134,7 @@
   public function init(): void
   {
      $this->manager = JVB()->notification();
      $this->notification_types = $this->manager->getNotificationTypes();
      $this->notification_types = $this->manager->getNotificationTypes(true);
   }
   /**