Patch (to be ported)
Project:
Administration Dashboard
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2010 at 20:37 UTC
Updated:
1 Nov 2010 at 09:03 UTC
Jump to comment: Most recent file
Comments
Comment #1
recrit commentedthe bug occurs in admin_dashboard.admin.inc. The module queries for plid of "node/add" but if there is no plid it still creates them.
fix: the attached patch adds a conditional check if there is a plid found
Comment #2
skilip commentedNice work!