Skip to content

Commit

Permalink
remove helper use to fix fatal error by installer update
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimdoerr committed Aug 3, 2016
1 parent 9270854 commit 66fb3ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@
}

// copy data directory
rex_dir::copy($this->getPath('data'), $this->getDataPath());
// copy all theme css files to assets folder
MFormThemeHelper::copyThemeCssToAssets();
rex_dir::copy($this->getPath('data'), $this->getDataPath());
2 changes: 0 additions & 2 deletions update.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@

// copy data directory
rex_dir::copy($this->getPath('data'), $this->getDataPath());
// copy all theme css files to assets folder
MFormThemeHelper::copyThemeCssToAssets();

0 comments on commit 66fb3ea

Please sign in to comment.