Changeset 3875:cb0f24701f13
- Timestamp:
- 09/14/18 12:33:10 (7 years ago)
- Branch:
- default
- Files:
-
- 2 added
- 2 deleted
- 3 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 -
plugins/dcCKEditor/inc/_config.php
r3874 r3875 75 75 } 76 76 77 include dirname(__FILE__) . '/../tpl/index. tpl';77 include dirname(__FILE__) . '/../tpl/index.php'; -
plugins/dcLegacyEditor/index.php
r3731 r3875 29 29 } 30 30 31 include dirname(__FILE__) . '/tpl/index. tpl';31 include dirname(__FILE__) . '/tpl/index.php';
Note: See TracChangeset
for help on using the changeset viewer.