Skip to main content
Topic: vue 2.62: wrong variable name (Read 905 times) previous topic - next topic

vue 2.62: wrong variable name

Hi,

I notice, that when I generate a site with user Roles and Permissions, there is an error in the generated php code:

In the list.php file there is
Code: [Select]
if($can_){
instead of
Code: [Select]
if($can_add){

Maybe this should be fixes, as it give ugly errors (see attached image).


Olaf

Re: vue 2.62: wrong variable name

Reply #1
I found similar error.  Please kindly fix this bug.

Alvon