Verified Commit fdcaa694 authored by Dave Long's avatar Dave Long
Browse files

task: #3617668 Redundant argument in HtaccessWriter::ensure()

By: prudloff
By: garvitasakhrani
parent 9b33c68d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ public function ensure() {
        // Note that we log an error here if we can't write the .htaccess file.
        // This can occur if the staging directory is read-only. If it is then
        // it is the user's responsibility to create the .htaccess file.
        $this->write($staging, TRUE);
        $this->write($staging);
      }
    }
    catch (\Exception $e) {