Alexander Nicolaysen Sørnes <alex@thehandofagony.com>

Let objectManager add bug links.
This commit is contained in:
Chris Morgan
2007-09-14 23:37:10 -04:00
parent b2cc871f09
commit 6671c7c38e
2 changed files with 6 additions and 10 deletions

View File

@@ -104,14 +104,6 @@ if (isset($aClean['sSub']))
}
}
if(($aClean['sSub'] == 'Submit a new bug link.' ) && ($aClean['iBuglinkId']))
{
$oBuglink = new Bug();
$oBuglink->iVersionId = $aClean['iVersionId'];
$oBuglink->iBug_id = $aClean['iBuglinkId'];
$oBuglink->create();
util_redirect_and_exit($oVersion->objectMakeUrl());
}
}
/**