From 59ffb2497b62bbf165cf08e1de40e23230e8bb39 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 19 Mar 2016 17:05:59 +0000 Subject: [PATCH] add missing use common --- api/src/Etemplate/Request.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/Etemplate/Request.php b/api/src/Etemplate/Request.php index ec2f0c70d6..0eb41babb9 100644 --- a/api/src/Etemplate/Request.php +++ b/api/src/Etemplate/Request.php @@ -17,6 +17,7 @@ namespace EGroupware\Api\Etemplate; use egw_framework; use egw_json_response; use egw_json_request; +use common; // egw_exit /** * Class to represent the persitent information of an eTemplate request