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

Translation trait DbTable error #26

Open
aurmil opened this issue Feb 3, 2012 · 1 comment
Open

Translation trait DbTable error #26

aurmil opened this issue Feb 3, 2012 · 1 comment
Assignees

Comments

@aurmil
Copy link

aurmil commented Feb 3, 2012

problem description and aspruds's fix: http://groups.google.com/group/centurion-project/browse_thread/thread/e3c01999ee43ed65

in
/library/Centurion/Contrib/translation/traits/Model/DbTable.php
change
Centurion_Signal::factory('on_select_joinInner')->connect(array($this, 'onJoinInner'), $this->_model);
to
Centurion_Signal::factory('on_select_joinInner')->connect(array($this, 'onJoinInner'));

@ghost ghost assigned lchenay Feb 3, 2012
@lchenay
Copy link
Contributor

lchenay commented Feb 3, 2012

I'm currently on it.

It's not the solution because it make the connect each time, and the function onJoinInner is called each join even if the DbTable does not implement the interface.

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

No branches or pull requests

2 participants