Closed (fixed)
Project:
Hosting
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Sep 2017 at 17:39 UTC
Updated:
13 Oct 2017 at 21:25 UTC
Jump to comment: Most recent
Comments
Comment #2
colanAgreed. This has always driven me nuts, having to delete it (which usually doesn't even work from the Web UI), and then creating another one.
Comment #5
jon pughFixed! Looks like it was always a mistake. Code was checking !isset($node->makefile), trouble is $node->makefile is always set whether you have one or not.
Changed to empty() and works as expected.
Comment #6
colanVery nice!