PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PEAR » PEAR_PackageFileManager » Bug #797

Warning fix

Details

Submitted2004-02-19 13:38 UTC
Fromsmith at backendmedia dot com
Assignedcellog
StatusClosed
PackagePEAR_PackageFileManager
PHP VersionIrrelevant
OSIrrelevant
Roadmaps(Not assigned)

Comments

[2004-02-19 13:38 UTC] smith at backendmedia dot com

Description:
------------
Just a little warning fix:
195c195
< * if (isset($_GET['make']) || $_SERVER['argv'][2] == 'make') {
---
> * if (isset($_GET['make']) || (isset($_SERVER['argv'][2]) && $_SERVER['argv'][2] == 'make')) {