Added crypt method to helper class, and fixed the std folder array issue

This commit is contained in:
2018-02-28 05:03:19 +02:00
parent 7f3dae297a
commit 2724274896
7 changed files with 74 additions and 2 deletions

View File

@ -739,6 +739,8 @@ class Structure extends Get
{
$README = true;
}
// set the standard folders
$stdFolders = array('site','admin','media');
// start moving
foreach ($this->joomlaVersionData->move->static as $ftem => $details)
{