Skip to content

Commit

Permalink
Merge pull request #66 from FriendsOfREDAXO/tyrant88-patch-186
Browse files Browse the repository at this point in the history
install fix
  • Loading branch information
tyrant88 authored Nov 19, 2024
2 parents d637b64 + 44bd66d commit 36b2f15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
rex_delete_cache();
echo rex_view::success('Das Meta-Info Feld "Beschreibung" wurde angelegt und der Cache gelöscht!');
}
if (!is_dir($addon->getDataPath())) {
rex_dir::copy($this->getPath('data'), $this->getDataPath());
if (!is_dir($addon->getDataPath()) && is_dir($addon->getPath('data'))) {
rex_dir::copy($addon->getPath('data'), $addon->getDataPath());
}
2 changes: 1 addition & 1 deletion package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: newsmanager
version: '3.1.1'
version: '3.1.2'
author: Friends Of REDAXO
supportpage: https://github.com/FriendsOfREDAXO/newsmanager/

Expand Down

0 comments on commit 36b2f15

Please sign in to comment.