qwcrm icon indicating copy to clipboard operation
qwcrm copied to clipboard

$this->app->user->login_display_name; - this is getting flagged as an error

Open shoulders opened this issue 2 months ago • 0 comments

should it be

$this->app->component->user->login_display_name;

there might be other issues of

$this->app->user->

NB: the component is missing., is this a joomla thing?

see `creditnote.php:1510"

shoulders avatar Oct 26 '25 08:10 shoulders