Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
Typo in site route regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Olde Hampsink committed Jun 1, 2016
1 parent d934b87 commit c76ae24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TaskManagerPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function hasCpSection()
public function registerSiteRoutes()
{
return array(
'hirefire/(?P<token>(.*?)/info' => array('action' => 'taskManager/getPendingTasks'),
'hirefire/(?P<token>(.*?))/info' => array('action' => 'taskManager/getPendingTasks'),
);
}
}

0 comments on commit c76ae24

Please sign in to comment.