]> git.pld-linux.org Git - packages/php-pear-DB_NestedSet.git/blob - includepath.patch
- bug url
[packages/php-pear-DB_NestedSet.git] / includepath.patch
1 Upstream-Tracker: http://pear.php.net/bugs/bug.php?id=17768
2
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.102717 seconds and 4 git commands to generate.