Skip to content

Commit

Permalink
Fixes for errors introduced with conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmayer committed Dec 18, 2016
1 parent f549bb7 commit dad2bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_config/controller/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function parseController($app)
// Some special handling for com_config administrator
$option = $app->input->get('option');

if ($app->isClient('administrator') && $option == 'com_config')
if ($app->isClient('administrator') && $option === 'com_config')
{
$component = $app->input->get('component');

Expand Down

0 comments on commit dad2bc3

Please sign in to comment.