Closed (fixed)
Project:
Node expire
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2015 at 21:27 UTC
Updated:
25 Aug 2015 at 15:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
hawkeye.twolfThe attached patch removes the second parameter to strtotime() during the max node expire date check on node edit form submit. This changes the max node expire check to compare against the current date + max expire instead of node created date + max expire.
Comment #3
Nafes commented@derek, thank you. Let me test the patch.
Comment #6
Nafes commentedYes, "created" date parameter is incorrect here. Nice catch! Thank you @derek.