From 062df2b52736bfc3adf94166fa88852d722b390d Mon Sep 17 00:00:00 2001 From: davidcallizaya Date: Wed, 9 Aug 2017 16:00:49 -0400 Subject: [PATCH] HOR-3646 Restored requires needed --- gulliver/bin/gulliver.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gulliver/bin/gulliver.php b/gulliver/bin/gulliver.php index 99a5443c9..8ed17edf8 100644 --- a/gulliver/bin/gulliver.php +++ b/gulliver/bin/gulliver.php @@ -35,6 +35,8 @@ /** * require_once pakeFunction.php */ + require_once( PATH_THIRDPARTY . 'pake' . PATH_SEP . 'pakeFunction.php'); + require_once( PATH_THIRDPARTY . 'pake' . PATH_SEP . 'pakeGetopt.class.php'); require_once( PATH_CORE . 'config' . PATH_SEP . 'environments.php'); // trap -V before pake