dever hace 3 años
padre
commit
1916c59e9d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Api.php

+ 1 - 1
src/Api.php

@@ -266,7 +266,7 @@ class Api
 	 */
 	public function getList($ids, $value, $order = 'list')
 	{
-		$result = array();
+		$data = array();
 		if ($ids) {
 			$where['ids'] = $ids;
 			$method = 'getAllByIds';