Jake Vanderwerf
2026-01-20 7a9054bb3f033c98067b3196378311dae54c5fbf
inc/integrations/Facebook.php
@@ -563,7 +563,7 @@
   /**
    * Helper: Get user's Facebook pages
    */
   private function getUserPages(string $access_token = null): array
   private function getUserPages(?string $access_token = null): array
   {
      $token = $access_token ?: $this->credentials['access_token'];