]> git.pld-linux.org Git - packages/dokuwiki.git/blob - dokuwiki-geshi.patch
Up to 20230404a
[packages/dokuwiki.git] / dokuwiki-geshi.patch
1 --- dokuwiki-2015-08-10/vendor/composer/autoload_classmap.php~  2015-08-10 11:06:28.000000000 +0300
2 +++ dokuwiki-2015-08-10/vendor/composer/autoload_classmap.php   2015-08-11 15:17:48.771838877 +0300
3 @@ -6,5 +6,5 @@
4  $baseDir = dirname($vendorDir);
5  
6  return array(
7 -    'GeSHi' => $vendorDir . '/easybook/geshi/geshi.php',
8 +    'GeSHi' => '/usr/share/php/geshi.php',
9  );
10 --- dokuwiki-2017-02-19c/vendor/composer/autoload_static.php~   2017-08-11 17:32:50.000000000 +0300
11 +++ dokuwiki-2017-02-19c/vendor/composer/autoload_static.php    2017-08-18 09:01:48.034574467 +0300
12 @@ -44,7 +44,7 @@
13      );
14  
15      public static $classMap = array (
16 -        'GeSHi' => __DIR__ . '/..' . '/easybook/geshi/geshi.php',
17 +        'GeSHi' => '/usr/share/php/geshi.php',
18      );
19  
20      public static function getInitializer(ClassLoader $loader)
This page took 0.060238 seconds and 3 git commands to generate.