X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fseekat;a=blobdiff_plain;f=lib%2FAPI%2FIterator.php;h=b2187478e3e1eb8835d53fea62d58e525ff9d879;hp=6c4a9cc59be6a0c9bd6cfbd2c11bd249929cd0d0;hb=2451d97f1cb7b97e445b4dd839835b8673a4d0fc;hpb=3958595e9ff27162ae918db1453ddecd4840d481 diff --git a/lib/API/Iterator.php b/lib/API/Iterator.php index 6c4a9cc..b218747 100644 --- a/lib/API/Iterator.php +++ b/lib/API/Iterator.php @@ -40,7 +40,7 @@ class Iterator implements BaseIterator */ function __construct(API $api) { $this->api = $api; - $this->data = (array) $api->export(); + $this->data = (array) $api->export()["data"]; } /**