Jump to content
thirty bees forum
  • 0

1.1.x module uninstall bug?


SLiCK_303

Question

On many modules, when I uninstall them, I get this.  Seems like there should be words above the OK CANCEL buttons...

 

Capture.PNG

like this... for some reason when i uninstall bankwire module it works, but most others don't

 

Capture.PNG

Edited by SLiCK_303
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

I noticed this same behavior on my 1.0.8-1.0.x site too, not sure now long it's been like this......

edit: i have a 1.0.6 test site (dont ask), and it does this same thing.  So this behavior has been going on for a long time.

Edited by SLiCK_303
Link to comment
Share on other sites

  • 0

I'm thinking that it's because of..

        $this->confirmUninstall = $this->l('Are you sure about removing these details?');

bankwire module has this line in it's main php file, the modules  that have no message do not have this line.  So I recommend that there should be a default message, or make this line one of the requirements for module writing.

I think it would be more accurate, at least in english, that it reads something like..

        $this->confirmUninstall = $this->l('Are you sure about removing this module?');

..or something similar.

Edited by SLiCK_303
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...