Quick question:
Building a small mod,
running into this error:
undefined variable: thisstaff
fatal error: call to member function getName() on null
I'm guessing I need to make a require_ince or include call to the files that contain these variables & functions.
I am just trying to get the name of the agent thats logged in:
$user = thisstaff->getName();
Anyone know what files I need to include into my code? Thanks.