Skip to content

Commit

Permalink
Fixed wrong SimpleAuth internal assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonsalas committed Jul 19, 2018
1 parent 7bb34e3 commit 83eb6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth/SimpleAuth/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ final private function copyAssets($skin)

foreach(['css','js','img'] as $folder)
{
$source = LUTHIER_CI_DIR . '/Resources/Assets/SimpleAuth/skins/' . $skin . '/assets/' . $folder;
$source = LUTHIER_CI_DIR . '/Resources/SimpleAuth/Assets/skins/' . $skin . '/assets/' . $folder;

if(file_exists($source))
{
Expand Down

0 comments on commit 83eb6a6

Please sign in to comment.