UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Thu, 16 Aug 2018 00:40:51 +0000 (08:40 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Aug 2018 00:40:51 +0000 (08:40 +0800)
UpdateDatabase.php

index 2796d4a..bf7f1df 100644 (file)
@@ -1212,7 +1212,8 @@ class Pman_Core_UpdateDatabase extends Pman
         
         $response = $this->curl(
             "http://localhost{$this->local_base_url}/Core/Asset",
-            array( '_clear_cache' => 1 )
+            array( '_clear_cache' => 1 ),
+            'POST'
         );
         $json = json_decode($response, true);