Up
authorAlan Knowles <alan@roojs.com>
Thu, 16 Aug 2018 09:16:34 +0000 (17:16 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Aug 2018 09:16:34 +0000 (17:16 +0800)
Attribute changed Up
Attribute changed UpdateDatabase
Attribute changed UpdateDatabase.php

UpdateDatabase.php

index 776c223..81b532e 100644 (file)
@@ -1212,7 +1212,7 @@ class Pman_Core_UpdateDatabase extends Pman
         echo "Clearing Asset Cache\n";
         $response = $this->curl(
             "http://localhost{$this->local_base_url}/Core/Asset",
-            array( '_clear_cache' => 1 ,'returnHTML' => 0 ),
+            array( '_clear_cache' => 1 ,'returnHTML' => 'NO' ),
             'POST'
         );
         $json = json_decode($response, true);