Plugin Directory

Changeset 2928887


Ignore:
Timestamp:
06/21/2023 01:57:12 AM (3 years ago)
Author:
sweepwidget
Message:

Fix bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sweepwidget/trunk/sweepwidget.php

    r2841328 r2928887  
    308308
    309309                $response = json_decode(curl_exec($curl));
    310                 curl_close();
     310                curl_close($curl);
    311311
    312312                $scheduled_count = 0;
Note: See TracChangeset for help on using the changeset viewer.