From 597ab827a8c36a6470e0db7d0b7c068d010a4dcf Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Wed, 13 May 2015 20:10:48 +0000
Subject: [PATCH] lint: Lint fixes

---
 include/class.export.php | 2 +-
 include/class.ticket.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/class.export.php b/include/class.export.php
index ed9cee15a..acdc33358 100644
--- a/include/class.export.php
+++ b/include/class.export.php
@@ -110,7 +110,7 @@ class Export {
         return false;
     }
 
-    static function saveTasks(sql, $filename, $how='csv') {
+    static function saveTasks($sql, $filename, $how='csv') {
         return false;
     }
 
diff --git a/include/class.ticket.php b/include/class.ticket.php
index 3127c8507..605758114 100644
--- a/include/class.ticket.php
+++ b/include/class.ticket.php
@@ -2505,7 +2505,7 @@ implements RestrictedAccess, Threadable, TemplateVariable {
     }
 
     // Threadable interface
-    function postThreadEntry($type, $vars) {
+    function postThreadEntry($type, $vars, $options=array()) {
         $errors = array();
         switch ($type) {
         case 'M':
-- 
GitLab