Changeset 3875:cb0f24701f13 for inc
- Timestamp:
- 09/14/18 12:33:10 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/dbschema/upgrade.php
r3874 r3875 662 662 " AND setting_value = '1.11.3' "; 663 663 $core->con->execute($strReq); 664 665 # A bit of housecleaning for no longer needed files 666 $remfiles = [ 667 'plugins/dcLegacyEditor/tpl/index.tpl', 668 'plugins/dcCKEditor/tpl/index.tpl' 669 ]; 670 foreach ($remfiles as $f) { 671 @unlink(DC_ROOT . '/' . $f); 672 } 664 673 } 665 674
Note: See TracChangeset
for help on using the changeset viewer.