OSDN Git Service

Revert "don't load cli/cli.php utilities (unused)"
authorscribu <mail@scribu.net>
Thu, 9 May 2013 10:11:55 +0000 (13:11 +0300)
committerscribu <mail@scribu.net>
Thu, 9 May 2013 10:11:55 +0000 (13:11 +0300)
It's used internally by cli\Table.

This reverts commit e46e6ec9d7af558580f77091316079f4c534c74a.

php/utils.php

index 7ef9154..39ff8e7 100644 (file)
@@ -17,6 +17,7 @@ function load_dependencies() {
        foreach ( $vendor_paths as $vendor_path ) {
                if ( file_exists( $vendor_path . '/autoload.php' ) ) {
                        require $vendor_path . '/autoload.php';
+                       include $vendor_path . '/jlogsdon/cli/lib/cli/cli.php';
                        $has_autoload = true;
                        break;
                }