Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-20241

Typo in lib/ezutils/classes/ezmodule.php when trying to redirect to a non-authorized host

    XMLWordPrintable

Details

    Description

      Hi

      In fix for EZP-20052 there are introduced a few strings with typos
      In lib/ezutils/classes/ezmodule.php, around 963 you have :

      eZDebug::writeError( "Redirection requested on non-authorized host '{$urlComponents['host']}'" );
      (...)
      echo "Redirection requested on non-authorized host";
      

      Better would be :

      eZDebug::writeError( "Redirection to non-authorized host '{$urlComponents['host']}' requested" );
      (...)
      echo "Redirection to a non-authorized host requested";
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            vidar.langseid@ibexa.co Vidar Langseid
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: