Skip to content

Commit 553b7a2

Browse files
committed
Make PEAR_Config::_prependPath() static
1 parent 7cf175f commit 553b7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PEAR/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2086,7 +2086,7 @@ function &getFTP()
20862086
return $a;
20872087
}
20882088

2089-
function _prependPath($path, $prepend)
2089+
static function _prependPath($path, $prepend)
20902090
{
20912091
if (strlen($prepend) > 0) {
20922092
if (OS_WINDOWS && preg_match('/^[a-z]:/i', $path)) {

0 commit comments

Comments
 (0)