Skip to content

Commit

Permalink
Change error mode to not suck
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Apr 10, 2012
1 parent 142ec8c commit eb2fdf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.php
@@ -1,7 +1,6 @@
<?php <?php
require_once 'PEAR/PackageFileManager2.php'; require_once 'PEAR/PackageFileManager2.php';
$dir = dirname(__FILE__); $dir = dirname(__FILE__);
PEAR::setErrorHandling(PEAR_ERROR_EXCEPTION);
$a = PEAR_PackageFileManager2::importOptions( $a = PEAR_PackageFileManager2::importOptions(
$dir . '/package.xml', $dir . '/package.xml',
array( array(
Expand Down

0 comments on commit eb2fdf6

Please sign in to comment.