Browse Source

ISLANDORA-138 Change default ForceSoap to TRUE.

pull/6/head^2
Alexander O'Neill 14 years ago
parent
commit
4f92799fce
  1. 2
      ObjectHelper.inc

2
ObjectHelper.inc

@ -39,7 +39,7 @@ class ObjectHelper {
* @param $pid String
* @param $dsID String
*/
function makeObject($pid, $dsID, $asAttachment = FALSE, $label = NULL, $filePath=FALSE, $version=NULL, $forceSoap = FALSE) {
function makeObject($pid, $dsID, $asAttachment = FALSE, $label = NULL, $filePath=FALSE, $version=NULL, $forceSoap = TRUE) {
global $user;
module_load_include('inc','fedora_repository','ContentModel');
if ($pid == NULL || $dsID == NULL) {

Loading…
Cancel
Save