Skip to content

Commit

Permalink
Fix typo in updater/index.php
Browse files Browse the repository at this point in the history
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
  • Loading branch information
jm009 authored and MorrisJobke committed Sep 27, 2017
1 parent 5b910b7 commit 3b002cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ public function deleteOldFiles() {

$themesReadme = $this->baseDir . '/../themes/README';
if(file_exists($themesReadme)) {
$this->silentLog('[info] thmes README exists');
$this->silentLog('[info] themes README exists');

// Delete themes
$state = unlink($themesReadme);
Expand Down
2 changes: 1 addition & 1 deletion lib/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ public function deleteOldFiles() {

$themesReadme = $this->baseDir . '/../themes/README';
if(file_exists($themesReadme)) {
$this->silentLog('[info] thmes README exists');
$this->silentLog('[info] themes README exists');

// Delete themes
$state = unlink($themesReadme);
Expand Down

0 comments on commit 3b002cf

Please sign in to comment.