Closed Xack closed 12 years ago
Use of undefined constant _tableName - assumed 'tableName' protected/modules/profile/models/YumProfileComment.php(12) return $this>_tableName;
changed to return $this->_tableName;
fixed.
this typo was really a pity...
Use of undefined constant _tableName - assumed 'tableName' protected/modules/profile/models/YumProfileComment.php(12) return $this>_tableName;
changed to return $this->_tableName;
fixed.