fix syntax error

This commit is contained in:
Uwe Steinmann 2014-07-23 20:28:10 +02:00
parent 6443b9aa8e
commit 37f2705e6b

View File

@ -952,9 +952,6 @@ class SeedDMS_Core_DMS {
} else {
$docresult = array('totalDocs'=>0, 'docs'=>array());
}
} else {
$docresult = array('totalDocs'=>0, 'docs'=>array());
}
if($limit) {
$totalPages = (integer)(($totalDocs+$totalFolders)/$limit);