Skip to content
New issue

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

Fixed issue #11311, #11310 #11312

Merged
merged 2 commits into from
Jan 16, 2016
Merged

Fixed issue #11311, #11310 #11312

merged 2 commits into from
Jan 16, 2016

Conversation

sergeyklay
Copy link
Contributor

No description provided.


/**
* Phalcon\Translate\Adapter\Gettext constructor
*/
public function __construct(array! options)
{
if (!function_exists("gettext")) {
throw new Exception("This class require the gettext extension for PHP");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requires*

@Green-Cat
Copy link
Contributor

👍

sergeyklay added a commit that referenced this pull request Jan 16, 2016
@sergeyklay sergeyklay merged commit dadc502 into phalcon:2.0.x Jan 16, 2016
@sergeyklay sergeyklay deleted the translate/gettext branch January 16, 2016 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants