Opened 4 years ago

Closed 4 years ago

#10808 closed defect (bug) (fixed)

Adding tag within DEBUG defined as true returns error.

Reported by: prettyboymp Owned by: westi
Priority: normal Milestone: 2.9
Component: Warnings/Notices Version: 2.8.4
Severity: trivial Keywords: has-patch
Cc:

Description

With DEBUG set to true, the edit tags page returns an error when adding an error. This is caused by the check_ajax_referer function checking for the value of '_ajax_nonce' without first checking that it is set.

Attachments (1)

check-ajax-referer.patch (481 bytes) - added by prettyboymp 4 years ago.

Download all attachments as: .zip

Change History (4)

  • Milestone changed from Unassigned to 2.9
  • Severity changed from normal to trivial

You mean it's causing a warning, right?

  • Component changed from General to Warnings/Notices
  • Owner set to westi
  • Resolution set to fixed
  • Status changed from new to closed

(In [11951]) Fix notice when adding tag from the Post Tags page. Fixes #10808 props prettyboymp.

Note: See TracTickets for help on using tickets.