Skip to content

Commit

Permalink
Retry check
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Apr 13, 2016
1 parent e2e82ac commit 66720e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/installer/adapter.php
Expand Up @@ -529,7 +529,7 @@ public function getManifest()
public function getMenuLinkOption()
{
// Check if the link attribute is set
if (isset ($this->getManifest()->administration->menu->attributes()->link))
if ($this->getManifest()->administration->menu->attributes()->link)
{
// Esnure the link is a string
$link = (string)$this->getManifest()->administration->menu->attributes()->link;
Expand Down

0 comments on commit 66720e7

Please sign in to comment.