From f3c7f34addde737b294e070dd9b24797979e53dd Mon Sep 17 00:00:00 2001
From: jdelhome3578 <jdelaney@tallmadge-ohio.org>
Date: Thu, 21 Jan 2016 11:19:45 -0500
Subject: [PATCH] Add max_open_tickets to defaults

---
 include/class.config.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/class.config.php b/include/class.config.php
index 61b5012df..e1e7e7b06 100644
--- a/include/class.config.php
+++ b/include/class.config.php
@@ -206,6 +206,7 @@ class OsticketConfig extends Config {
         'client_avatar' => 'gravatar.mm',
         'agent_avatar' => 'gravatar.mm',
         'ticket_lock' => 2, // Lock on activity
+        'max_open_tickets' => 0,
     );
 
     function OsticketConfig($section=null) {
-- 
GitLab