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

Accessing a profile returns error. #16

Closed
Xack opened this issue Jun 27, 2012 · 1 comment
Closed

Accessing a profile returns error. #16

Xack opened this issue Jun 27, 2012 · 1 comment

Comments

@Xack
Copy link

Xack commented Jun 27, 2012

Use of undefined constant _tableName - assumed 'tableName'
protected/modules/profile/models/YumProfileComment.php(12)
return $this
>_tableName;

changed to return $this->_tableName;

fixed.

@thyseus
Copy link
Owner

thyseus commented Jun 27, 2012

this typo was really a pity...

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