Refer to name, not object!

This commit is contained in:
Buster Neece 2014-07-25 03:53:24 -05:00
parent 8636907ae7
commit bfc1f92000
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class ConventionManager
public static function filterName(ConventionArchive $row, $name)
{
$con = $row->convention;
$con = $row->convention->name;
if (substr($name, 0, strlen($con)) == $con)
$name = substr($name, strlen($con));