[RSS Feed/News] Update custom column not working

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hi,

I'm currently working on a self-made addon that extends the Userupgrade class. I added a custom input field on the ACP user upgrade edit page (following the Let's Build an Addon guide) and on the step where I need to extend the save process I get an error:
1662984868148.png

This is the code in my foo\addon\XF\Admin\Controller\UserUpgrade.php
PHP:

Code:
class UserUpgrade extends XFCP_UserUpgrade
{
    protected function upgradeSaveProcess(\XF\Entity\UserUpgrade $upgrade)
{...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom