Skip to content

Commit

Permalink
Small tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Apr 13, 2016
1 parent b089c42 commit e2e82ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/cms/installer/adapter.php
Expand Up @@ -538,6 +538,7 @@ public function getMenuLinkOption()

// Checks delimiter is in the link string
if (strpos($link, $delimiter) !== false) {

// Gets the option from the link attribute
$option = substr($link, strpos($link, $delimiter) + strlen($delimiter));

Expand Down

0 comments on commit e2e82ac

Please sign in to comment.