dever пре 3 година
родитељ
комит
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')
 	{
-		$result = array();
+		$data = array();
 		if ($ids) {
 			$where['ids'] = $ids;
 			$method = 'getAllByIds';