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

[ticket/12927] core.mcp_queue_get_posts2_query_before #2824

Merged
merged 1 commit into from Aug 8, 2014

Conversation

brunoais
Copy link
Contributor

@brunoais brunoais commented Aug 7, 2014

Adding the core.mcp_queue_get_posts2_query_before event to mcp backend.

https://tracker.phpbb.com/browse/PHPBB3-12927

PHPBB3-12927

'limit_time_sql',
'sort_order_sql',
);
extract($phpbb_dispatcher->trigger_event('core.mcp_queue_get_posts2_query_before', compact($vars)));
Copy link
Contributor

Choose a reason for hiding this comment

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

"get_posts2" is not a good name

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I expected that :).
I just don't have any ideas about this because the other name that was related to this was was requested to be changed. This is a copy of the final name that was decided for the other related event but with a 2. That's because both (from that restricted naming) do the exact same :S.

Adding the core.mcp_queue_get_posts2_query_before
event to mcp backend.

PHPBB3-12927
nickvergessen added a commit to nickvergessen/phpbb that referenced this pull request Aug 8, 2014
[ticket/12927] core.mcp_queue_get_posts2_query_before

* brunoais/ticket/12927:
  [ticket/12927] core.mcp_queue_get_posts2_query_before
@nickvergessen nickvergessen merged commit 0679f76 into phpbb:develop-ascraeus Aug 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants