Skip to content

Commit

Permalink
fix to work with only the installed version of PEAR
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/pear-core/pear/pear-core/trunk@157645 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
cellog committed Apr 30, 2004
1 parent f21c3b7 commit 83a57d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pear_registry.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (!getenv('PHP_PEAR_RUNTESTS')) {
<?php

error_reporting(E_ALL);
include dirname(__FILE__)."/../PEAR/Registry.php";
include_once "PEAR/Registry.php";
PEAR::setErrorHandling(PEAR_ERROR_DIE, "%s\n");
cleanall();

Expand Down

0 comments on commit 83a57d3

Please sign in to comment.