Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Fix #347. Remove require_once because we are using autoloader now.
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Apr 28, 2016
1 parent e5ae6d9 commit a0b4390
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extensions/account/AccountController.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ public function recoverAction()
$this->view->placeholder('main.window.title')->set($title);
$this->view->phase = $phase;

require_once 'Erfurt/Auth/Identity/Recovery.php';

$recoveryObject = new Erfurt_Auth_Identity_Recovery();

try {
Expand Down

0 comments on commit a0b4390

Please sign in to comment.