Only show 'create new parent' link for applications

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-07-30 16:06:15 +02:00
parent 6f1de39837
commit 8fbe27e679
2 changed files with 7 additions and 1 deletions

View File

@@ -1439,6 +1439,11 @@ class Application {
return $iCount;
}
public static function objectAllowMovingToNewParent()
{
return TRUE;
}
public static function allowAnonymousSubmissions()
{
return FALSE;