php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #76079
Patch require_pear.diff revision 2018-09-17 04:11 UTC by zrhoffman at ku dot edu

Patch require_pear.diff for Systems problem Bug #76079

Patch version 2018-09-17 04:11 UTC

Return to Bug #76079 | Download this patch
Patch Revisions:

Developer: zrhoffman@ku.edu

diff --git a/www/gh-pull-add.php b/www/gh-pull-add.php
index f9babd0..75e53f1 100644
--- a/www/gh-pull-add.php
+++ b/www/gh-pull-add.php
@@ -2,6 +2,7 @@
 
 // Obtain common includes
 require_once '../include/prepend.php';
+require_once 'PEAR.php';
 
 session_start();
 $canpatch = true;
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 06:01:29 2024 UTC