diff options
Diffstat (limited to 'settings/ajax/getlog.php')
-rw-r--r-- | settings/ajax/getlog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/ajax/getlog.php b/settings/ajax/getlog.php index f160512b6ad..f092ddb7727 100644 --- a/settings/ajax/getlog.php +++ b/settings/ajax/getlog.php @@ -16,6 +16,6 @@ $data = array(); OC_JSON::success( array( "data" => $entries, - "remain"=>count(OC_Log_Owncloud::getEntries(1, $offset + $count)) !== 0 + "remain" => count(OC_Log_Owncloud::getEntries(1, $offset + $count)) !== 0 ) ); |