Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save vanilla-thunder/d9ee0dbaf219e4e995e4ffbc02ef371a to your computer and use it in GitHub Desktop.

Select an option

Save vanilla-thunder/d9ee0dbaf219e4e995e4ffbc02ef371a to your computer and use it in GitHub Desktop.

Revisions

  1. vanilla-thunder created this gist Dec 8, 2017.
    6 changes: 6 additions & 0 deletions remove class extension from oxid cached modules.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    <?php
    $aExt = $cfg->getModulesWithExtendedClass();
    unset($aExt["oxEmail"]);
    $mod = oxNew("oxmoduleinstaller");
    $aUpdatedExt = $mod->buildModuleChains($aExt);
    $cfg->saveShopConfVar('aarr', 'aModules', $aUpdatedExt);