Skip to content
Snippets Groups Projects
Commit b9b2e026 authored by Morris Jobke's avatar Morris Jobke
Browse files

fix logical issue while retrieving log via ajax

parent 05ab9d2d
Branches
No related tags found
No related merge requests found
...@@ -15,4 +15,4 @@ $data = array(); ...@@ -15,4 +15,4 @@ $data = array();
OC_JSON::success(array( OC_JSON::success(array(
"data" => $entries, "data" => $entries,
"remain"=>(count(OC_Log_Owncloud::getEntries(1, $offset + $offset)) != 0) ? true : false)); "remain"=>(count(OC_Log_Owncloud::getEntries(1, $offset + $count)) != 0) ? true : false));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment