Skip to content

Commit

Permalink
Fix the hooks management url in core features - thanks phantom for re…
Browse files Browse the repository at this point in the history
…porting - fixes #1879

Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
emanuele45 committed Nov 12, 2014
1 parent 3662701 commit 74b5648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/admin/CoreFeatures.controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public function settings()
),
// ih = Integration Hooks Handling.
'ih' => array(
'url' => 'action=admin;area=addonsettings;sa=hooks',
'url' => 'action=admin;area=maintain;sa=hooks',
'settings' => array(
'handlinghooks_enabled' => 1,
),
Expand Down

0 comments on commit 74b5648

Please sign in to comment.