Skip to content
Snippets Groups Projects
Commit 597ab827 authored by Peter Rotich's avatar Peter Rotich
Browse files

lint: Lint fixes

parent 057b0816
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ class Export {
return false;
}
static function saveTasks(sql, $filename, $how='csv') {
static function saveTasks($sql, $filename, $how='csv') {
return false;
}
......
......@@ -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':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment