From 0f1d82eef45d9b192f40dc54f5bce45b36f2e95f Mon Sep 17 00:00:00 2001 From: Nigel Kukard <nkukard@lbsd.net> Date: Wed, 12 Sep 2012 21:40:43 +0000 Subject: [PATCH] Slight comment fixup --- modules/registrars/cozaepp/cozaepp.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/registrars/cozaepp/cozaepp.php b/modules/registrars/cozaepp/cozaepp.php index 3b66aa9..715f772 100644 --- a/modules/registrars/cozaepp/cozaepp.php +++ b/modules/registrars/cozaepp/cozaepp.php @@ -787,6 +787,7 @@ function _cozaepp_Client() { # Setup include dir $include_path = ROOTDIR . '/modules/registrars/cozaepp'; set_include_path($include_path . PATH_SEPARATOR . get_include_path()); + # Include EPP stuff we need require_once 'Net/EPP/Client.php'; require_once 'Net/EPP/Protocol.php'; -- GitLab