PluginProbe
CSS & JavaScript Toolbox / 8.3
CSS & JavaScript Toolbox v8.3
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
← All changes | autoload.inc.php +1 -2 118.3 View file →
@@ -23,9 +23,8 @@
23 23 $map->offsetSet( 'CJTBlockModel', 'models/block.php' );
24 24 $map->offsetSet( 'CJTBlocksModel', 'models/blocks.php' );
25 25 $map->offsetSet( 'CJTAccessPoint', 'framework/access-points/access-point.class.php' );
26 26 $map->offsetSet( 'CJTPageAccessPoint', 'framework/access-points/page.class.php' );
27 -$map->offsetSet( 'CJTBlockTemplatesModel', 'models/block-templates.php' );
28 27
29 28
30 29 # Composer Autoloads (All the above autoloads is deprecated and will be revmoed later)
31 -require __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';
30 +require 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';