UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Fri, 22 Jun 2018 04:47:31 +0000 (12:47 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 22 Jun 2018 04:47:31 +0000 (12:47 +0800)
UpdateDatabase.php

index a4fea02..cc9e700 100644 (file)
@@ -216,7 +216,7 @@ class Pman_Core_UpdateDatabase extends Pman
         
         $this->runExtensions();
         
-        $this->generateDataobjectsCache();
+        $this->clearApacheDataobjectsCache();
         
          
     }
@@ -1187,13 +1187,11 @@ class Pman_Core_UpdateDatabase extends Pman
         
     }
     
-    function generateDataobjectsCache()
+    function clearApacheDataobjectsCache()
     {
         
         // this needs to clear it's own cache along with remote one..
-        HTML_FlexyFramework::get()->generateDataobjectsCache(true);
-
-        
+  
         $url = "http://localhost{$this->local_base_url}/Core/RefreshDatabaseCache";
         $this->curl($url);