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

v1.1: Missing methods in $admin #278

Closed
webbird opened this issue Dec 3, 2014 · 1 comment
Closed

v1.1: Missing methods in $admin #278

webbird opened this issue Dec 3, 2014 · 1 comment
Assignees
Milestone

Comments

@webbird
Copy link
Contributor

webbird commented Dec 3, 2014

In BlackCat, $admin is an alias / accessor to CAT_Backend. Some methods that were defined in class.admin.php in WB are now in CAT_Users, for example, $admin->get_user_id(). Unfortunately, CAT_Backend does not have accessors to that methods.

Can be solved by adding __call().

@webbird webbird added this to the v1.2 milestone Dec 3, 2014
@webbird webbird self-assigned this Dec 3, 2014
@webbird webbird removed the v1.2 label Jun 16, 2016
@webbird webbird modified the milestones: v1.2, v1.2.2 Oct 18, 2016
@webbird
Copy link
Contributor Author

webbird commented Nov 25, 2016

As we will remove backward compatibility with WB and LEPTON with BC 2.0, we will leave this as-is. If someone has a specific problem with a missing method we can provide a fix for that special case.

@webbird webbird closed this as completed Nov 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant