Closed (fixed)
Project:
Domain Rules
Version:
7.x-1.3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
3 Nov 2012 at 21:32 UTC
Updated:
25 Nov 2012 at 08:27 UTC
There is a small problem in function domain_rules_actions_delete_domain. You need to swap 2 letters on line 106. Current string is:
domain_delete($domain['domian_id']);
As a result subdomain can't be deleted using ruleset. Watchdog tells:
Notice: Undefined index: domian_id
Comments
Comment #1
shushu commentedThanks, and sorry...
http://drupal.org/node/1831206 will be ready soon
Comment #2
shushu commented