Skip to content

Commit

Permalink
fixed #92 - [Installer] invalid path to config
Browse files Browse the repository at this point in the history
  • Loading branch information
fashxp committed Jun 29, 2020
1 parent 3991cfb commit 1d21802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ protected function beforeInstallMigration()
if (! file_exists(PIMCORE_CUSTOM_CONFIGURATION_DIRECTORY . "/advancedobjectsearch")) {
\Pimcore\File::mkdir(PIMCORE_CUSTOM_CONFIGURATION_DIRECTORY . "/advancedobjectsearch");
copy(
__DIR__ . "/../Resources/install/config.php",
__DIR__ . "/Resources/install/config.php",
PIMCORE_CUSTOM_CONFIGURATION_DIRECTORY . "/advancedobjectsearch/config.php"
);
}
Expand Down

0 comments on commit 1d21802

Please sign in to comment.