]> git.pld-linux.org Git - packages/dokuwiki.git/blame - dokuwiki-geshi.patch
up to 2017-02-19e
[packages/dokuwiki.git] / dokuwiki-geshi.patch
CommitLineData
94aee042
ER
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);
48993817 5
94aee042
ER
6 return array(
7- 'GeSHi' => $vendorDir . '/easybook/geshi/geshi.php',
8+ 'GeSHi' => '/usr/share/php/geshi.php',
9 );
7143a33a
ER
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.03593 seconds and 4 git commands to generate.