Prepare for viewing versions using objectManager

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-09-18 12:28:37 +02:00
committed by Chris Morgan
parent 43e3e6bebc
commit 93d71f630a
4 changed files with 52 additions and 9 deletions

View File

@@ -103,7 +103,7 @@ if($oObject->iId)
break;
default:
$oObject->view($_SERVER['REQUEST_URI']);
$oObject->view($_SERVER['REQUEST_URI'], $aClean);
break;
}
} else if (isset($aClean['sAction']) && $aClean['sAction'] == "add")