]> git.pld-linux.org Git - packages/php-pear-DB_NestedSet.git/blame - includepath.patch
- dropped -tests subpackage
[packages/php-pear-DB_NestedSet.git] / includepath.patch
CommitLineData
63c07fa6
ER
1Upstream-Tracker: http://pear.php.net/bugs/bug.php?id=17768
2
ad7c5bc1
ER
3--- DB_NestedSet-1.4.1/usr/share/pear/DB/NestedSet.php~ 2010-08-20 19:31:24.000000000 +0300
4+++ DB_NestedSet-1.4.1/usr/share/pear/DB/NestedSet.php 2010-08-20 19:32:13.742068041 +0300
5@@ -358,7 +358,7 @@
6 include_once($driverpath);
7 }
8 // Todo: Only load the node class when needed
9- include_once('NestedSet/Node.php');
10+ include_once('DB/NestedSet/Node.php');
11 $c = & new $classname($dsn, $params);
12 return $c;
13 }
This page took 0.064102 seconds and 4 git commands to generate.