summaryrefslogtreecommitdiffstats
path: root/inc/Console
diff options
context:
space:
mode:
authorThibaut GRIDEL <tgridel@free.fr>2010-05-02 22:33:36 +0200
committerThibaut GRIDEL <tgridel@free.fr>2010-05-02 22:33:36 +0200
commitcd1ecef75fad711798eb2120b15a7e554a31654c (patch)
treecd211b91f88f47c2398244ccef19297c256b03c7 /inc/Console
parentbc8aed9e79643001312e33bc049c911f117824a9 (diff)
downloadnextcloud-server-cd1ecef75fad711798eb2120b15a7e554a31654c.tar.gz
nextcloud-server-cd1ecef75fad711798eb2120b15a7e554a31654c.zip
some more includes
Diffstat (limited to 'inc/Console')
-rwxr-xr-xinc/Console/Getopt.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/Console/Getopt.php b/inc/Console/Getopt.php
index 7966d1acd9f..6f2f9c73079 100755
--- a/inc/Console/Getopt.php
+++ b/inc/Console/Getopt.php
@@ -18,7 +18,7 @@
//
// $Id: Getopt.php,v 1.21.4.7 2003/12/05 21:57:01 andrei Exp $
-require_once 'PEAR.php';
+oc_require_once( 'PEAR.php');
/**
* Command-line options parsing class.
@@ -72,7 +72,7 @@ class Console_Getopt {
* This function expects $args to start with the script name (POSIX-style).
* Preserved for backwards compatibility.
* @see getopt2()
- */
+ */
function getopt($args, $short_options, $long_options = null)
{
return Console_Getopt::doGetopt(1, $args, $short_options, $long_options);