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

kernel bug - notification

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Medium Medium
    • None
    • 4.0.1rc1
    • Notifications
    • None

    Description

      hi!

      affected file:

      kernel/classes/notification/handler/ezgeneraldigest/ezgeneraldigesthandler.php

      line 240 - 241:

      if ( $http->hasPostVariable( 'ReceiveDigest_' . self::NOTIFICATION_HANDLER_ID ) &&
                   $http->hasPostVariable( 'ReceiveDigest_' . self::NOTIFICATION_HANDLER_ID ) == '1' )

      should be:

      <code>if ( $http->hasPostVariable( 'ReceiveDigest_' . self::NOTIFICATION_HANDLER_ID ) &&
                   $http->postVariable( 'ReceiveDigest_' . self::NOTIFICATION_HANDLER_ID ) == '1' )

      Attachments

        Activity

          People

            unknown unknown
            883497a7-55b4-4ba6-9e12-afdebb5179f9@accounts.ibexa.co Robert Röttger@xrow.de
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: