Removed unnecessary title trimming

This commit is contained in:
Tobias Reich 2016-02-08 22:16:09 +01:00
parent 66edea4d71
commit aa00ebc77b

View File

@ -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;