Victor De la Rocha 15 gadus atpakaļ
vecāks
revīzija
4056b676eb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      api.php

+ 1 - 1
api.php Parādīt failu

@@ -57,7 +57,7 @@ if(!defined('entry')) define('entry',true);
57 57
 		$totalRegistros = $db->contarRegistros();
58 58
 		$theme->set("totalRegistros",$totalRegistros);
59 59
 
60
-		if ($totalRegistros()>0) {
60
+		if ($db->contarRegistros()>0) {
61 61
 			$theme->set("start",$start);
62 62
 			$theme->set("total",$total);
63 63