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

Debug::get_style() and Debug::_get_info_var() should be static #1

Merged
merged 1 commit into from Jul 2, 2013
Merged

Debug::get_style() and Debug::_get_info_var() should be static #1

merged 1 commit into from Jul 2, 2013

Conversation

ghost
Copy link

@ghost ghost commented Jul 1, 2013

This fixes Deprecation Warnings like

[Mon Jul 01 12:04:49 2013] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method Baseapp\\Library\\Debug::_get_info_var() should not be called statically in /base-app/app/common/library/Debug.php on line 175
[Mon Jul 01 12:04:49 2013] [error] [client 127.0.0.1] PHP Strict Standards:  Non-static method Baseapp\\Library\\Debug::get_style() should not be called statically in /base-app/app/common/library/Debug.php on line 161

mruz added a commit that referenced this pull request Jul 2, 2013
Debug::get_style() and Debug::_get_info_var() should be static
@mruz mruz merged commit 4ccacab into mruz:1.2 Jul 2, 2013
@ghost ghost deleted the 1.2 branch July 2, 2013 10:01
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