Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
Fixed not including composer autoload when resetting admin password
Browse files Browse the repository at this point in the history
  • Loading branch information
kolaente committed Jan 27, 2018
1 parent 8c02edc commit 7c1f581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/reset-pw.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require_once '../vendor/autoload.php'
require_once '../vendor/autoload.php';
require_once '../inc/config.php';
require_once '../inc/libs/functions.php';
$lang->setLangFolder('lang/');
Expand Down

0 comments on commit 7c1f581

Please sign in to comment.