From e278903630a5afc7b0d29026b33fbc99286e2df4 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 29 Jan 2014 21:34:24 +0000 Subject: [PATCH] Uncomment the provision_write include --- app/extensions/extension_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/extensions/extension_edit.php b/app/extensions/extension_edit.php index 231f0fa970..e6b90ee944 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -581,8 +581,8 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { } //write the provision files -// require_once "app/provision/provision_write.php"; -// $ext = new extension; + require_once "app/provision/provision_write.php"; + $ext = new extension; //delete extension from memcache $fp = event_socket_create($_SESSION['event_socket_ip_address'], $_SESSION['event_socket_port'], $_SESSION['event_socket_password']);