Removed unnecessary title trimming

pull/462/head
Tobias Reich 8 years ago
parent 66edea4d71
commit aa00ebc77b

@ -22,9 +22,6 @@ final class Album {
// Call plugins
Plugins::get()->activate(__METHOD__, 0, func_get_args());
// Parse
if (strlen($title)>50) $title = substr($title, 0, 50);
// Properties
$public = 0;
$visible = 1;

Loading…
Cancel
Save