Skip to content

Commit

Permalink
PHP code fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions Workflow committed May 14, 2021
1 parent 6eaeb77 commit 5e6d5d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/Controller/SearchViewController.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,4 @@ public function fulltext_search(string $metavalue = "root", string $limit = "10"
'#cache' => ['max-age' => 0]
];
}


}
4 changes: 0 additions & 4 deletions src/Model/SearchViewModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,4 @@ private function initPaging(int $limit, int $page, string $order)
$this->orderby_column = "avdate";
}
}




}

0 comments on commit 5e6d5d5

Please sign in to comment.