Skip to content

Commit

Permalink
Need to qualify the namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 17, 2018
1 parent 8fdac03 commit 4595e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Action/Dev/LinkFramework.php
Expand Up @@ -85,7 +85,7 @@ protected function _linkFramework($horde_git, $web_dir)

// Get list of files
$pear = $pkg_ob->getPearPackage($val . '/package.xml');
if ($pear instanceof PEAR_Error) {
if ($pear instanceof \PEAR_Error) {
throw new Exception($pear->getMessage());
}
$file_list = $pear->getInstallationFileList();
Expand Down

0 comments on commit 4595e4c

Please sign in to comment.