Skip to content

Commit a611d64

Browse files
author
Michael Toppa
committed
remove unneeded additional loading of the autoloader during activation
1 parent dc02f29 commit a611d64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

start.php

-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ function shashinActivate() {
4444
return null;
4545
}
4646

47-
require_once dirname(__FILE__) . '/lib/ShashinAutoLoader.php';
48-
new ShashinAutoLoader('/shashin');
4947
$shashin = new ShashinWp();
5048
$status = $shashin->install();
5149

0 commit comments

Comments
 (0)