Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

"Old" Hook caused an error #101

Open
mad99 opened this issue Feb 28, 2014 · 0 comments
Open

"Old" Hook caused an error #101

mad99 opened this issue Feb 28, 2014 · 0 comments

Comments

@mad99
Copy link

mad99 commented Feb 28, 2014

Line 137 in config/config.php
// - Post actions
$GLOBALS['TL_HOOKS']['executePostActions'][] = array('LiCRM\Invoice', 'generateInvoice');
makes problems while/after AjaxRequest.

The method »generateInvoice()« is nowhere to find in »classes/Invoice«. Maybe the method has a new name and the Hook have to be modified, or the the Hook is never in use (otherwise the Error should be more often), than the line could commended out or deleted.

Kind regards
Martin

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant