Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15697
    klickagent
    Participant

    In my opinion line 317 in the file download_attachments.php should be changed from

    if ( isset( $this->options['encrypt_urls'] ) ) {

    to

    if ( isset( $this->options['encrypt_urls'] ) && $this->options['encrypt_urls'] ) {

    because after enabling ecrypted url once, the encrypt_urls index exists in the options but is empty.

    #15809
    Bartosz
    Keymaster

    Ok, thanks, will check that.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.