]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/class-ftp-sockets.php
WordPress 4.3
[autoinstalls/wordpress.git] / wp-admin / includes / class-ftp-sockets.php
index f9ea6cd5d2a7a654a8033293f6daddc7837cbc72..6bf94ebd946d2f008908d90a4995f0fe8ce2e0fe 100644 (file)
  */
 class ftp extends ftp_base {
 
-       function ftp($verb=FALSE, $le=FALSE) {
-               $this->__construct($verb, $le);
-       }
-
        function __construct($verb=FALSE, $le=FALSE) {
                parent::__construct(true, $verb, $le);
        }
 
+       function ftp($verb=FALSE, $le=FALSE) {
+               $this->__construct($verb, $le);
+       }
+
 // <!-- --------------------------------------------------------------------------------------- -->
 // <!--       Private functions                                                                 -->
 // <!-- --------------------------------------------------------------------------------------- -->