Skip to content

Commit f11b386

Browse files
committed
Fix fatal error with requiring old file name
1 parent 36df423 commit f11b386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Load src files.
2424
*/
2525
require __DIR__ . '/src/Plugin.php';
26-
require __DIR__ . '/src/GenesisJsNoJs.php';
26+
require __DIR__ . '/src/FrontEnd.php';
2727

2828
$GLOBALS['genesis_js_no_js'] = new Plugin();
2929
$GLOBALS['genesis_js_no_js']->register();

0 commit comments

Comments
 (0)