Skip to content

Commit

Permalink
Merge pull request #6883 from zero24/patch-5
Browse files Browse the repository at this point in the history
Backport Possible missing break in bin\keychain.php at line 77? to the CMS
  • Loading branch information
Michael Babker committed May 9, 2015
2 parents 400f242 + dc99885 commit fabc757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/keychain.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public function execute( )
break;
case 'change':
$this->change();
break;
case 'delete':
$this->delete();
break;
Expand Down

0 comments on commit fabc757

Please sign in to comment.