updated plugin Menu Icons version 0.12.5

This commit is contained in:
2020-08-24 15:44:58 +00:00
committed by Gitium
parent a162f89e68
commit be08bbbabd
12 changed files with 34 additions and 374 deletions

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit71c9918e9dc7700df7d673a6b588baa1
class ComposerAutoloaderInitabef56b0da707c7e3eaebd0d256cca29
{
private static $loader;
@ -19,9 +19,9 @@ class ComposerAutoloaderInit71c9918e9dc7700df7d673a6b588baa1
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInit71c9918e9dc7700df7d673a6b588baa1', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitabef56b0da707c7e3eaebd0d256cca29', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInit71c9918e9dc7700df7d673a6b588baa1', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitabef56b0da707c7e3eaebd0d256cca29', 'loadClassLoader'));
$map = require __DIR__ . '/autoload_namespaces.php';
foreach ($map as $namespace => $path) {
@ -42,14 +42,14 @@ class ComposerAutoloaderInit71c9918e9dc7700df7d673a6b588baa1
$includeFiles = require __DIR__ . '/autoload_files.php';
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire71c9918e9dc7700df7d673a6b588baa1($fileIdentifier, $file);
composerRequireabef56b0da707c7e3eaebd0d256cca29($fileIdentifier, $file);
}
return $loader;
}
}
function composerRequire71c9918e9dc7700df7d673a6b588baa1($fileIdentifier, $file)
function composerRequireabef56b0da707c7e3eaebd0d256cca29($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file;