SAAS-624: Request to rest/media throws an exception if the data set is too large
Fixed small typo
This commit is contained in:
parent
7607888257
commit
962f5d925d
|
@ -14,7 +14,7 @@ class Rest_MediaController extends Zend_Rest_Controller
|
|||
|
||||
public function indexAction()
|
||||
{
|
||||
$totalFileCount = BaseCcFilesQuery::create()->count();
|
||||
$totalFileCount = CcFilesQuery::create()->count();
|
||||
|
||||
// Check if offset and limit were sent with request.
|
||||
// Default limit to zero and offset to $totalFileCount
|
||||
|
|
Loading…
Reference in New Issue