Skip to content
Snippets Groups Projects
Commit 598cfb74 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

api compatibility

parent ea497111
Branches
Tags
1 merge request!2676Master
Pipeline #4248 passed with stage
in 38 minutes and 54 seconds
......@@ -16,19 +16,19 @@
*
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
* along with BOKEH; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
class Class_Autocomplete_IndexNull extends Class_Autocomplete_Index {
public function index($params) {
public function index($params=[]) {
return;
}
public function indexPage($done) {
$response->done = 0;
$response->total= 0;
return $response;
return $response;
}
}
?>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment