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

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

By: prudloff
By: garvitasakhrani
(cherry picked from commit fdcaa694)
parent f7b68ec1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,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) {