We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In https://github.com/modxcms/xpdo/blob/3.x/src/xPDO/xPDO.php#L474-L476, changing $added = true; to $added = $this->setPackageMeta will allow calls to addPackage to get the proper true/false dependant on the actual success.
$added = true;
$added = $this->setPackageMeta
addPackage
The text was updated successfully, but these errors were encountered:
It should probably log an error, as well.
Sorry, something went wrong.
opengeek
No branches or pull requests
In https://github.com/modxcms/xpdo/blob/3.x/src/xPDO/xPDO.php#L474-L476, changing
$added = true;
to$added = $this->setPackageMeta
will allow calls toaddPackage
to get the proper true/false dependant on the actual success.The text was updated successfully, but these errors were encountered: