Skip to content

Commit 9baf723

Browse files
committed
Correcting link to autoload.php
1 parent dc87a95 commit 9baf723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Main.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Main extends \Idno\Common\Plugin
1212
function init()
1313
{
1414
parent::init();
15-
require_once __DIR__ . '/vendor/autoloader.php';
15+
require_once __DIR__ . '/vendor/autoload.php';
1616
$this->brevity = new Brevity();
1717
$this->brevity->setTargetLength(280);
1818
}

0 commit comments

Comments
 (0)