Skip to content

Commit

Permalink
load path
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveorevo committed Oct 29, 2023
1 parent 2c24a48 commit 6a64f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/prepend.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@

// Load and execute the prepend files in the order they were sorted
foreach( $prependsArray as $key => $value ) {
require_once( $value );
require_once( $key );
}

0 comments on commit 6a64f2e

Please sign in to comment.