* [bug#51823,done,0.2h,0h] Fix not loadLang bug.
This commit is contained in:
@@ -51,6 +51,7 @@ foreach($reviewList as $review)
|
||||
{
|
||||
$type = $review->type == 'projectreview' ? 'review' : $review->type;
|
||||
$isOAObject = strpos(",{$config->my->oaObjectType},", ",$type,") !== false ? true : false;
|
||||
$this->app->loadLang($type);
|
||||
|
||||
$review->module = $type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user