better description for podcastByType
This commit is contained in:
parent
0e0965c83c
commit
12e0734ad6
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class PodcastRorController extends ControllerBase {
|
|||
$query = \Drupal::entityQuery('node')
|
||||
->condition('type', $contentType);
|
||||
// TODO: get "nice name" for $contentType
|
||||
return $this->podcast($query, $contentType);
|
||||
return $this->podcast($query, str_replace('+', ', ', $contentType));
|
||||
}
|
||||
public function podcastByTrxID($trxID) {
|
||||
$query = \Drupal::entityQuery('node')
|
||||
|
|
Loading…
Reference in a new issue