UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Wed, 10 Oct 2018 04:13:05 +0000 (12:13 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 10 Oct 2018 04:13:05 +0000 (12:13 +0800)
UpdateDatabase.php

index 5415c57..6747621 100644 (file)
@@ -166,7 +166,7 @@ class Pman_Core_UpdateDatabase extends Pman
    
         $this->checkSystem();
         
-        $this->verifyExtensions(array('curl'));
+        $this->verifyExtensions($this->required_extensions);
         
         if (class_exists('PDO_DataObjects_Introspection')) {
             PDO_DataObject_Introspection::$cache = array();