dever 3 лет назад
Родитель
Сommit
1916c59e9d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Api.php

+ 1 - 1
src/Api.php

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