Skip to content

Commit

Permalink
Merge pull request #29 from sea75300/dev
Browse files Browse the repository at this point in the history
Dev - merge to master
  • Loading branch information
sea75300 authored Aug 12, 2024
2 parents 5ea00b7 + c26b6df commit 28f0652
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 34 deletions.
2 changes: 0 additions & 2 deletions inc/controller/ajax/articles/draft.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,3 @@ public function process()
}

}

?>
2 changes: 0 additions & 2 deletions inc/controller/ajax/articles/editorlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,3 @@ protected function initObjectsShortlink()
}

}

?>
2 changes: 0 additions & 2 deletions inc/controller/ajax/articles/imgupload.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,3 @@ public function process()
}

}

?>
2 changes: 0 additions & 2 deletions inc/controller/ajax/articles/listnewtweets.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,3 @@ public function process()
}

}

?>
2 changes: 0 additions & 2 deletions inc/controller/ajax/articles/massedit.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,3 @@ public function process()
}

}

?>
2 changes: 0 additions & 2 deletions inc/controller/ajax/articles/removeeditortags.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ public function process()
}

}

?>
2 changes: 0 additions & 2 deletions inc/controller/ajax/articles/smileys.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,3 @@ public function process()
}

}

?>
2 changes: 0 additions & 2 deletions inc/controller/ajax/categories/massedit.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,3 @@ public function process()
}

}

?>
2 changes: 0 additions & 2 deletions inc/controller/ajax/comments/delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,3 @@ public function process()
}

}

?>
2 changes: 0 additions & 2 deletions inc/controller/ajax/comments/lockIp.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,3 @@ public function process()
}

}

?>
2 changes: 0 additions & 2 deletions inc/controller/ajax/comments/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,3 @@ public function process()
}

}

?>
2 changes: 0 additions & 2 deletions inc/controller/ajax/common/autocompleteCleanup.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,3 @@ private function hasNoArticlesAccess() : bool
}

}

?>
2 changes: 0 additions & 2 deletions inc/controller/ajax/common/cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,3 @@ private function cleanupArticles()
}

}

?>
2 changes: 0 additions & 2 deletions inc/controller/ajax/common/clearTrash.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,3 @@ protected function processrestoreComments()
}

}

?>
2 changes: 0 additions & 2 deletions inc/controller/ajax/installer/checkdb.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,3 @@ protected function initPermissionObject(): bool
}

}

?>
2 changes: 0 additions & 2 deletions inc/controller/ajax/installer/initdb.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,3 @@ protected function initPermissionObject(): bool
}

}

?>
4 changes: 2 additions & 2 deletions inc/migrations/v521rc1.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ protected function updateFileSystem(): bool {

array_map(function ($f) {

if ( !file_exists($f) ) {
if ( !file_exists($f) || !is_writable($f) ) {
return false;
}

return unlink($f);
}, $diff);

Expand Down

0 comments on commit 28f0652

Please sign in to comment.