Skip to content

Commit

Permalink
Fix application scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Apr 11, 2015
1 parent 290b9fb commit 831a022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/lib/Factory/Shares.php
Expand Up @@ -16,7 +16,7 @@ class Kronolith_Factory_Shares extends Horde_Core_Factory_Injector
*/
public function create(Horde_Injector $injector)
{
return new Kronolith_Shares($injector->getInstance('Horde_Core_Factory_Share')->create());
return new Kronolith_Shares($injector->getInstance('Horde_Core_Factory_Share')->create('kronolith'));
}

}

0 comments on commit 831a022

Please sign in to comment.