Reply to thread

At this line:

[PHP]if (!$this->getInlineModTypeModel()->$functionName($ids, $options, $errorPhraseKey))[/PHP]It seems XenForo_ControllerPublic_InlineMod_Abstract::executeInlineModAction doesn't define $errorPhraseKey. I added $errorPhraseKey = '' to the end and it seems to stop complaining, though not sure if I should pass it by reference or not but I don't see a difference on the front-end.


Back
Top Bottom