20 Feb
2010
20 Feb
'10
12:11 a.m.
User: alexb Branch: HEAD Date: Fri, 19 Feb 2010 23:11:06 +0000 Modified files: /modules/feeds/includes FeedsConfigurable.inc Log message: Add existing() method that allows for making sure that a configurable actually exists when executing a method on it. Usage: try { ->existing()->action(); } catch(FeedsNotExistingException ) {} Fix notices from setConfig() by making sure that all default values are present. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/feeds/includes/Fee...