Skip to content

Commit 6fda858

Browse files
author
Michael Toppa
committed
add autoloaders whe installing
1 parent 11c7655 commit 6fda858

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

start.php

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ function shashinActivate() {
4242
}
4343

4444
require_once dirname(__FILE__) . '/../toppa-plugin-libraries-for-wordpress/ToppaAutoLoaderWp.php';
45+
new ToppaAutoLoaderWp('/toppa-plugin-libraries-for-wordpress');
46+
new ToppaAutoLoaderWp('/shashin');
4547
$shashin = new ShashinWp();
4648
$status = $shashin->install();
4749

0 commit comments

Comments
 (0)