View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005276 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2013-07-08 06:40 | 2013-07-30 15:33 |
| Reporter | b.hasis | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.6.5 revision 49955 | ||||
| Fixed in Version | 4.7.7 / 5.0.7 | ||||
| Summary | 0005276: oxmodule->isActive returns true even there is no module registered in any way | ||||
| Description | If you load a Module that doesnt exists and checks the activation, you will get true. | ||||
| Steps To Reproduce | $oModule = oxNew('oxmodule'); $oModule->load('this_module_doesnt_exist_in_any_way'); $oModule->isActive() == true | ||||
| Tags | No tags attached. | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
| related to | 0005319 | resolved | saulius.stasiukaitis | Modules which not extending anything is not active |