Project:FileField Podcaster
Version:6.x-0.7
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

There's a typo in ffpc_plugin_row_podcast.php on line 74

if (strlen($stripped_item_tex) > 255) {
  $item_subtitle = substr($stripped_item_text, 0, 252) .'...';
}

the string name is $stripped_item_text not $stripped_item_tex (missing final t of text)

Comments

#1

Status:active» fixed

This is already fixed in the development version.

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here