Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
bibliossimo
opacce
Commits
598cfb74
Commit
598cfb74
authored
May 28, 2018
by
Patrick Barroca
😁
Browse files
api compatibility
parent
ea497111
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
library/Class/Autocomplete/IndexNull.php
library/Class/Autocomplete/IndexNull.php
+3
-3
No files found.
library/Class/Autocomplete/IndexNull.php
View file @
598cfb74
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment