problem with your modification of phrasecalls, make it like this one and everything will be ok:
put this on top of global.php...
PHP Code:
if(!is_array($globaltemplates)) $globaltemplates = array();
if(!is_array($phrasegroups)) $phrasegroups = array();
if(!is_array($specialtemplates)) $specialtemplates = array();
if(!is_array($actiontemplates)) $actiontemplates = array();