Skip to content

Commit

Permalink
Unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed May 15, 2014
1 parent ac9b575 commit 92667fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/Core/lib/Horde/Core/Factory/History.php
Expand Up @@ -35,7 +35,6 @@ public function create(Horde_Injector $injector)
$driver = empty($conf['history']['driver'])
? 'Sql'
: $conf['history']['driver'];
$params = Horde::getDriverConfig('history', $driver);

$history = null;
$user = $injector->getInstance('Horde_Registry')->getAuth();
Expand Down

0 comments on commit 92667fb

Please sign in to comment.