Skip to content

Commit

Permalink
Dev: Fix namespace for oldUrlCompat
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 17, 2017
1 parent f56b145 commit ac98d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/core/plugins/oldUrlCompat/oldUrlCompat.php
Expand Up @@ -27,7 +27,7 @@ class oldUrlCompat extends \ls\pluginmanager\PluginBase
//~ {
//~ $this->subscribe('afterPluginLoad','oldUrlCompat');
//~ }
public function __construct(PluginManager $manager, $id)
public function __construct(\ls\pluginmanager\PluginManager $manager, $id)
{
parent::__construct($manager, $id);
$this->subscribe('afterPluginLoad','oldUrlCompat');
Expand Down

0 comments on commit ac98d1a

Please sign in to comment.