Fatal error with custom block in edit mode

Permalink
I am working on a custom block and am getting this error when I put it into edit mode (not add mode, though):

Fatal error: Call to undefined method Config::getCollectionID() in /Users/joeanderson/Sites/digital-science-c5/neuron/concrete/elements/block_footer_edit.php on line 4


When I check out the block_footer_edit.php I see this on line #4:

$closeWindowCID=(intval($rcID))?intval($rcID):$c->getCollectionID();


I'm not sure why I'm getting this error... I have a bunch of other custom blocks that work fine. Any advice?

joemc